setup instrs
# bot-training
r
How to set up email password login?
You can follow the implementation guide here: https://supertokens.com/docs/emailpassword/introduction to set up email password login for your application. From a top level point of view you want to do the following: - Add SuperTokens to your backend layer using our backend SDKs and initialise the email password recipe - Implement route protection and automatic session refreshing using the SuperTokens frontend SDKs and initialise the email password recipe To know more visit the documentation here: https://supertokens.com/docs.
st-bot-test-case