Skip to content
Discussion options

You must be logged in to vote

This is out of the scope from remix-auth you must provide the same value of the expire on Auth0 to the cookie, for example this is a expire of 30 days

expires: new Date(Date.now() + 30 * 24 * 60 * 60 * 1000)

When you put that (or maxAge) the cookie will delete automatically after that period of time passes

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ericalas93
Comment options

@danestves
Comment options

@ericalas93
Comment options

@danestves
Comment options

Answer selected by danestves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants