supertokens / supertokens-core

Open source alternative to Auth0 / Firebase Auth / AWS Cognito
https://supertokens.com
Other
13.18k stars 523 forks source link

Make getSession/verifySession stateless by default #1030

Open porcellus opened 3 months ago

porcellus commented 3 months ago

🚀 Feature

People generally do not expect getSession/verifySession to be calling the core. Two main reasons that those functions call the core are:

Implementation details