Quickstart

Get from no access to a working login in your app
Report issue

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

Pick your app type

Your app is aGo to
Browser-based single-page app (React, Angular, Vue, or another SPA framework)Single-page apps
Server-rendered web app (Next.js, ASP.NET MVC, Drupal, or a BFF)Web applications
Native mobile app (iOS, Android, React Native)Web applications
Backend API or service with no user presentAdding and managing M2M apps
API that validates tokens from another appServer-side and APIs

Each implementation guide covers adding the Auth0 SDK for that stack, starting the login redirect, and handling the callback.

What to do next