I believe it may answer many of your questions. i...
# support-questions-legacy
r
I believe it may answer many of your questions. > i'm wondering how to go about using superTokens to manage the session of that user? The link above guides you through the implementation. You may also want to have a look at https://supertokens.io/docs/emailpassword/nextjs/supertokens-with-nextjs for using SuperTokens with NextJS. > is it possible to use the supertoken with faunaDB feature standalone? Yes. If you are not using the login feature provided by supertokens, and only want to use session management, then you do not need to call
EmailPassword.init()
when you call
supertokens.init
.