-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: Updated templates to check cache for token #17
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
from
January 31, 2024 18:26
e7e87d9
to
ffa2e74
Compare
johneke-auth0
approved these changes
Jan 31, 2024
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
johneke-auth0
requested changes
Jan 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mistakenly approved
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
2 times, most recently
from
February 5, 2024 14:43
b83e8fd
to
c9dfd45
Compare
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Outdated
Show resolved
Hide resolved
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
templates/add-persistence-attribute-POST_CHANGE_PASSWORD/code.js
Outdated
Show resolved
Hide resolved
templates/add-persistence-attribute-POST_USER_REGISTRATION/code.js
Outdated
Show resolved
Hide resolved
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
2 times, most recently
from
February 5, 2024 17:00
b3a5676
to
9ec5da8
Compare
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
2 times, most recently
from
February 5, 2024 18:11
5bb2be6
to
7f87259
Compare
johneke-auth0
approved these changes
Feb 5, 2024
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
2 times, most recently
from
February 5, 2024 20:28
cea56ac
to
c93522a
Compare
templates/add-persistence-attribute-PASSWORD_RESET_POST_CHALLENGE/code.js
Show resolved
Hide resolved
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
from
February 5, 2024 20:47
c93522a
to
57034fe
Compare
johneke-auth0
approved these changes
Feb 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some linter errors, otherwise 🚢
- Updated four templates, to make use of API cache, to check for auth token BEFORE attempting to create a new token. this will reduce the number of times the template attempts to create a new auth0 token, especially when under high loads
jean1880
force-pushed
the
fixes-cache-patch-auth
branch
from
February 5, 2024 21:01
57034fe
to
e0f98d7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
References
Internal bug report
Testing
Run without cache:
Run with Cache:
Checklist
main