Implement social and email password login using SuperTokens in ReactJS and NodeJS

preview_player
Показать описание
This is the quick setup tutorial for implementing Supertokens in ReactJS and NodeJS app. It includes showing the login UI, routing, protecting a website route, fetching user information on the frontend, session management and signout.

Chapters:
0:00 Introduction
0:26 Documentation navigation
0:40 Frontend init
1:45 Frontend routing
2:38 Protect a website route
3:38 Backend init
4:53 Adding backend APIs & CORS
5:52 Testing login
6:14 Fetching user info on the frontend & signout
7:34 Testing sign in with Google
Рекомендации по теме
Комментарии
Автор

Fantastic tutorial! I gotta give supertokens a try

ojoshh
Автор

Note: in the latest version you need to import middleware() and errorHandler() from the framework-specific module. e.g.:

import { middleware, errorHandler } from

copperbadger
Автор

Can I use it with backend on Java Spring or Swift Vapor?

soft
Автор

Can you make a video on social media + Passwordless recipe as well?

edutelstream
Автор

how can i access the user mail, profie, name etc in my backend after auth i couldnt find any info about that in your docs

sreeharijayaraj
Автор

Does email verification work with self-hosting?

Christopher-ewjw
Автор

Any guide on integrating with Google chrome?

thomas-sinkala
Автор

please provide code link for testing purpose...

chiragkadam