Home / Companies / WorkOS / Blog / Post Details
Content Deep Dive

How to add Sign in with Vercel to your app using WorkOS

Blog post from WorkOS

Post Details
Company
Date Published
Author
Maria Paktiti
Word Count
1,278
Language
English
Hacker News Points
-
Summary

Vercel has introduced "Sign in with Vercel," a standard OAuth 2.0/OpenID Connect provider, which allows developers to authenticate using their existing Vercel identity, reducing the friction of creating new accounts for apps. The integration process involves configuring a Vercel OAuth application, enabling it in the WorkOS Dashboard, and setting up AuthKit in a Next.js app, leveraging the @workos-inc/authkit-nextjs SDK for a seamless setup. This integration streamlines user authentication by displaying a "Continue with Vercel" button on AuthKit's hosted UI, facilitating quick access with a single click. This approach not only simplifies the user experience for developers but also enables the addition of more providers like Google or GitHub without altering application code, as WorkOS manages the OAuth logistics.