-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: allow overriding the guest token pyjwt instance #19293
Conversation
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #19293 +/- ##
==========================================
+ Coverage 66.59% 66.64% +0.05%
==========================================
Files 1670 1670
Lines 64587 64588 +1
Branches 6505 6505
==========================================
+ Hits 43009 43045 +36
+ Misses 19895 19860 -35
Partials 1683 1683
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
(cherry picked from commit f9feb1b)
(cherry picked from commit f9feb1b)
🏷️ preset:2022.11 |
SUMMARY
At Preset, we use one set of config for the global JWT instance and want to use a different config for our guest token JWTs.
TESTING INSTRUCTIONS
Covered by unit tests.
ADDITIONAL INFORMATION