Features
Authentication Methods
List of authentication methods available to TurboStack and instructions to add new ones.
TurboStack supports two different authenticaiton methods:
- Magic Link - Perform login through a passwordless email confirmation. (Default)
- OAuth - Perform a login through a list of OAuth providers.
To get things started, add this to your .env.local
: (skip if you already did it)
This is the easiest method and enabled by default:
- Setup an e-mail integration.
- You’re ready to go!