Hey guys,
I jave a single page application and I’m using Auth0JS to keep the user session. The max access token expiration I can set on the API is 1 day. I need to find a way of making the user logged in for at least one month (for my product, it makes no sense to require user/pass every day). I know I can renew the token before it expires, but that requires the SPA to be open. Is there a way of accomplishing this by creating a session thru my backend? Any other options?