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
Is there any way to pass maxAge when calling setUserSession instead of globally in nuxt.config?
My login endpoint validates user credentails against a pre-existing internal only SSO service.
That service is returning the same token/expiration if a user logs in more than once
I store that token in my user data with setUserSession and use it to call other services server side later on.
I would like to be able to match the expiration of the session with the token expiration.
The text was updated successfully, but these errors were encountered:
Is there any way to pass maxAge when calling setUserSession instead of globally in nuxt.config?
My login endpoint validates user credentails against a pre-existing internal only SSO service.
That service is returning the same token/expiration if a user logs in more than once
I store that token in my user data with setUserSession and use it to call other services server side later on.
I would like to be able to match the expiration of the session with the token expiration.
The text was updated successfully, but these errors were encountered: