-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: Implement Refresh Tokens #6204
feat: Implement Refresh Tokens #6204
Conversation
flask_jwt is abandoned. Last update was 4 years ago (2015) Should have already shifted to flask-jwt-extended It is configurable enough that there'll be no breaking change. But even if there is, we'll move ahead with the shifting. Worst thing that can happen is that people will be logged out, which is not bad as they already do every 24 hours |
Codecov Report
@@ Coverage Diff @@
## development #6204 +/- ##
==============================================
- Coverage 65.54% 65.45% -0.1%
==============================================
Files 286 287 +1
Lines 14589 14658 +69
==============================================
+ Hits 9562 9594 +32
- Misses 5027 5064 +37
Continue to review full report at Codecov.
|
b3d2908
to
24aa08a
Compare
90c9623
to
6f3c554
Compare
6f3c554
to
f8fa9f8
Compare
* feat: Implement blacklisting and fresh token * Reduce expiry for refresh based token
Fixes #6168