Skip to content
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

feature request: Refresh JWT on demand. #6795

Open
PeerZetZzZzZ opened this issue Nov 11, 2024 · 0 comments
Open

feature request: Refresh JWT on demand. #6795

PeerZetZzZzZ opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
feature-request Something cool or not cool

Comments

@PeerZetZzZzZ
Copy link

Please add a method to refresh access token in Next.js server actions.

Currently access token is refreshed automatically. The popular use-case for JWT is to have additional data in the JWT, which is later used on backend (after JWT decoding). Currently adding custom data to JWT doesn't allow to see changes immediately, but must sign out or wait 1h for token refresh which is very inconvenient.

@simeng-li simeng-li added the feature-request Something cool or not cool label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Something cool or not cool
Development

No branches or pull requests

2 participants