JWT Refresh Token #134
jisan-mahmud
started this conversation in
Ideas
Replies: 1 comment
|
You can it is a simple fix. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
First, thank you for maintaining Django-Bolt!
I wanted to suggest adding refresh token support for the JWT authentication system. This would allow access tokens to be renewed securely without requiring users to log in again, which is a common practice for modern APIs.
It could improve security and usability, especially for long-lived sessions.
Would love to know your thoughts on this!
All reactions