supertokens / supertokens-website

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

Possible reasons why session doesn't work (for debugging user's app) #68

Open rishabhpoddar opened 3 years ago

rishabhpoddar commented 3 years ago

When using cookie based auth

snipebin commented 3 years ago

Hi there, not sure if this is the right place to inquire but I'm wondering what to do in this case:

API and website domain do not share the same TLD, and Safari will not send cookies even if sameSite is none.

i.e my web app is served on app.example.com and my API is available on api.example.com

rishabhpoddar commented 3 years ago

@snipebin app.example.com and api.example.com do share the same top level domain. Therefore, it should work fine.

rishabhpoddar commented 2 years ago

https://github.com/supertokens/for-zenhub/issues/145

rishabhpoddar commented 1 month ago

Appinfo config related issues