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

Speed up JWT decoding #19

Merged
merged 1 commit into from
Jun 11, 2022
Merged

Speed up JWT decoding #19

merged 1 commit into from
Jun 11, 2022

Conversation

moritz89
Copy link
Collaborator

@moritz89 moritz89 commented Jun 3, 2022

Why:

  • Almost 10x speed increase
  • Total response 20% less time

This change addresses the need by:

  • Adding TTL LRU cache to the decode function

Closes #18

Why:

- Almost 10x speed increase
- Total response 20% less time

This change addresses the need by:

- Adding TTL LRU cache to the decode function
@simao-silva simao-silva merged commit 20a8b82 into urbanplatform:master Jun 11, 2022
@moritz89 moritz89 deleted the 18-cache-jwt-decoding branch June 12, 2022 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add caching to JWT decoding
2 participants