Video tutorial
Quick implementation video 📺
For framework specific implementation (like Next.js), please skip this section and go directly to the section with the name of your framework.
A few parts of this video are slightly outdated, so please be sure to check the frontend and backend pages within this section as well.
- 00:00 Project Setup
- 00:35 Frontend SDK Setup
- 02:37 Backend SDK Setup
- 04:21 Checking if a session exists on the frontend
- 06:00 Fetching session userId on the frontend
- 06:47 Setting up session verification
- 08:45 Implementing sign out & testing
- 10:00 Running the SuperTokens core for your app
- 11:12 Connecting the core to a MySQL database & testing it