-
Notifications
You must be signed in to change notification settings - Fork 39
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 9 files 9 suites 8m 29s ⏱️ Results for commit 315df0c. ♻️ 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.59% 60.62% +0.02%
===========================================================
Files 606 606
Lines 43746 43776 +30
Branches 48 48
===========================================================
+ Hits 26507 26538 +31
+ Misses 17227 17226 -1
Partials 12 12 ☔ View full report in Codecov by Sentry. |
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
c35d5b6
to
2889fe6
Compare
2889fe6
to
315df0c
Compare
|
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.