You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: