-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request