supertokens / supertokens-website

Frontend SDK for SuperTokens - for session management + automatically refreshing sessions
https://supertokens.com
Other
54 stars 13 forks source link

Changes due to cookie (that are set on the client side) expiration capped to 7 days #45

Closed rishabhpoddar closed 3 years ago

rishabhpoddar commented 3 years ago

Finally, we decided to go with an iframe method that will allow us to share localstorage across sub domains.


TODO:

rishabhpoddar commented 3 years ago

The most full proof solution seems to be based on using an iframe and storing information in that iframe's localstorage