Expired Sessions - how to handle #89
-
|
I am working on creating a backend for a mobile as well as using Remix to create a web version. For the iOS app I will be sending a JWT which I then validate and extract the needed data (with the help of other Auth0 libraries). When I call from the iOS app with an expired JWT I get back the correct error ( Thanks for the awesome work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
This is out of the scope from When you put that (or |
Beta Was this translation helpful? Give feedback.
This is out of the scope from
remix-authyou must provide the same value of the expire on Auth0 to the cookie, for example this is a expire of 30 daysWhen you put that (or
maxAge) the cookie will delete automatically after that period of time passes