1 min read


Sign in with Vercel is now generally available, enabling developers to add Vercel as a sign-in method to their apps and projects.
You can create an app, configure its scopes, and start setting up sign-in directly from the Vercel dashboard, without having to manage users or sign-in methods yourself.
Built on OAuth and OpenID, Sign in with Vercel allows you to:
Sign users in to your apps and projects with their existing Vercel account.
Fetch the user’s info, such as their name, email, and avatar.
Receive ID tokens, access tokens, and refresh tokens for interacting with Vercel.
Take a look at our example app to get started.