Hello! New to Supertokens. Just heard of it from r...
# general
r
Hello! New to Supertokens. Just heard of it from reddit. I have a couple questions: 1. Does supertokens Sessions provide just an API for login and logout? Like how Firebase Auth does? I'd ideally want a solution where I could just use a function like
supertokensInstance.signInWithEmailAndPassword()
. 2. Why is SuperTokens for React different from the Plain JS package? AFAIK they provide the same functionality. Unless the React package auto-generates views (
/auth/login
)... Supertokens looks really exciting. Looking forward to using it!