-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add endpoint for JWT refresh tokens #3270
base: jwt-refresh-token-model
Are you sure you want to change the base?
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Test results 18 files 18 suites 19m 34s ⏱️ Results for commit 91f2633. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## jwt-refresh-token-model #3270 +/- ##
===========================================================
- Coverage 60.73% 60.72% -0.01%
===========================================================
Files 606 606
Lines 43769 43800 +31
Branches 48 48
===========================================================
+ Hits 26581 26597 +16
- Misses 17176 17191 +15
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
257a05c
to
b384528
Compare
f3f4c12
to
d16dda5
Compare
b384528
to
c3c9e16
Compare
d16dda5
to
c2568eb
Compare
c3c9e16
to
ec2ead6
Compare
1417b06
to
f118619
Compare
66952f5
to
2190bad
Compare
f118619
to
49c7894
Compare
0f0ed15
to
825d9f3
Compare
49c7894
to
c87e7a1
Compare
825d9f3
to
c35d5b6
Compare
c87e7a1
to
50e46b4
Compare
2889fe6
to
315df0c
Compare
50e46b4
to
15b2279
Compare
14e45e7
to
4805ebf
Compare
4805ebf
to
63b9bc5
Compare
315df0c
to
d1bfbc3
Compare
d1bfbc3
to
a29801e
Compare
unittests and integration JWT tests need keys for validating and generating tokens
a29801e
to
8403bc7
Compare
8403bc7
to
83c5074
Compare
83c5074
to
511b5e1
Compare
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.
Only nitpicks
|
Based on #3268
Adds API endpoint for JWT refresh token. It accepts valid refresh tokens and returns an access token and a new refresh token while invalidating the old one.
Adds docs for local tokens, with caveat that its not fully implemented yet