Is your feature request related to a problem? Please describe.
Now token lives only for 15 minutes which forces a user to re-login every time
Describe the solution you'd like
Add a longer-living refresh token so active sessions keep alive
Additional context
CSRF tokens are also tied to sessions so they need to be updated as well
Is your feature request related to a problem? Please describe.
Now token lives only for 15 minutes which forces a user to re-login every time
Describe the solution you'd like
Add a longer-living refresh token so active sessions keep alive
Additional context
CSRF tokens are also tied to sessions so they need to be updated as well