[PR #5841] feat(social): add vercel oauth provider #14515

Closed
opened 2026-04-13 09:30:55 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/5841

State: closed
Merged: No


Summary by cubic

Adds a Vercel OAuth provider to enable “Sign in with Vercel,” plus docs and sidebar entry with a Vercel icon.

  • New Features
    • New provider: vercel (auth URL: https://vercel.com/oauth/authorize, token URL: https://vercel.com/api/login/oauth/token).
    • PKCE required; default scopes: openid, email, profile (configurable).
    • ID token verification via aud/clientId and iss vercel.com; refresh token support.
    • User info derived from ID token (sub, name, email, picture, email_verified) with optional mapProfileToUser/getUserInfo overrides.
    • Provider exported/registered in core; docs added at /docs/authentication/vercel; docs sidebar and builder icon updated.

Written for commit d2c011f198. Summary will update automatically on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/5841 **State:** closed **Merged:** No --- <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Adds a Vercel OAuth provider to enable “Sign in with Vercel,” plus docs and sidebar entry with a Vercel icon. - **New Features** - New provider: vercel (auth URL: https://vercel.com/oauth/authorize, token URL: https://vercel.com/api/login/oauth/token). - PKCE required; default scopes: openid, email, profile (configurable). - ID token verification via aud/clientId and iss vercel.com; refresh token support. - User info derived from ID token (sub, name, email, picture, email_verified) with optional mapProfileToUser/getUserInfo overrides. - Provider exported/registered in core; docs added at /docs/authentication/vercel; docs sidebar and builder icon updated. <sup>Written for commit d2c011f198578552e0589bb8b47e52bc64fab49a. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 09:30:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#14515