supertokens / supertokens-website

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

Allow interception for different ports on the same domain #217

Closed rishabhpoddar closed 6 months ago

rishabhpoddar commented 1 year ago

Since cookies are shared across different ports on localhost, we should allow interception on the frontend for localhost:*. This allows users to have different backends running on localhost and use httpOnly cookies and share a session across all of them.

rishabhpoddar commented 6 months ago