Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT token performance issue when renew_token_without_revoking_existing is enabled #21122

Open
sanjulamadurapperuma opened this issue Sep 18, 2024 · 0 comments

Comments

@sanjulamadurapperuma
Copy link
Contributor

Describe the issue:

A delayed response time can be observed when the renew_token_without_revoking_existing config is set to true in IS v5.11.0 (shown below).

[oauth.jwt.renew_token_without_revoking_existing]
enable = true
allowed_grant_types = ["password", "client_credentials", "refresh_token"]

Furthermore, the response time continues to get worse when the number of tokens in the DB increases. This needs to be fixed.


Optional Fields

Related issues:

Suggested labels:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant