Join Discord
Powered by
Okay! So for the backend stuff, you can use one of...
# support-questions-legacy
r
rp_st
02/01/2022, 5:42 PM
Okay! So for the backend stuff, you can use one of our SDKs (node / python / golang supported). For frontend, you will need to: - Use the emailpassword APIs in the API list here (
https://supertokens.io/docs/fdi
) - For session management, you can use supertokens-website SDK. To setup the supertokens-website SDK, you should follow
https://supertokens.com/docs/emailpassword/quick-setup/frontend
(Plain Javascript code tabs) To setup the backend SDK, you should follow:
https://supertokens.com/docs/emailpassword/quick-setup/backend
Previous
Next