Quickstart
Get from no access to a working login in your app
This page routes you to the right implementation guide and lists what to line up before you start. It assumes you’re adding login to an app, either a new one or one migrating off a legacy authentication system.
Before you start
- Access to the sandbox tenant
- A registered app, or a request in flight for one
- If you’re migrating an existing app, read the migration overview first, it changes the order you do the steps below in
Pick your app type
Each implementation guide covers adding the Auth0 SDK for that stack, starting the login redirect, and handling the callback.
What to do next
- Authentication for how the login flow and its tokens work
- Tokens and sessions for what to do with a token once you have one
- Roles and permissions for authorizing what a signed-in user can do