Feat/integrate with vercel#1200
Conversation
Summary
Errors per inputErrors in main/docs/customize/integrations/integrate-with-vercel.mdx
Redirects per inputRedirects in main/docs/customize/integrations/integrate-with-vercel.mdx
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Updated the Vercel integration guide to reflect current installation flow and management options. Key changes: - Restructured content to follow actual Vercel marketplace installation flow - Added React SDK support alongside Next.js - Updated prerequisites with iframe embedding requirement - Expanded management section with detailed settings, invoices, and billing info - Improved clarity and organization throughout - Updated links to current Vercel documentation Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
f0592ad to
217ba42
Compare
| ## Overview | ||
|
|
||
| Connect a new or existing Auth0 instance to your Vercel project to enhance your app's security, scalability, and customization using the [Auth0 Integration](https://vercel.com/integrations/auth0). This integration allows you to implement a streamlined customer identity approach directly in your application. | ||
| Auth0 is the leading identity and access management platform for securing your apps and agentic workflows. Set up and customize your login box without having to build from scratch. Then extend and scale your authentication and authorization flows with advanced features, including [B2B Organizations](/docs/manage-users/organizations), [Fine-Grained Authorization (FGA)](https://docs.fga.dev/), [Auth0 for AI Agents](https://auth0.com/ai/docs), and more. |
There was a problem hiding this comment.
Auth0 is the leading identity and access management platform for securing your apps and agentic workflows.
This feels kinda sales-y/marketing-y? Maybe something more straightforward?
Auth0's native integration with Vercel lets you connect your identity platform to your Vercel project with minimal configuration.
There was a problem hiding this comment.
you're so right i did a copy/paste from the copy i wrote for the Vercel marketplace lmao
|
|
||
| ## Add a Vercel integration | ||
| * A Vercel account with an active project. If needed, [create a Vercel account](https://vercel.com/signup) | ||
| * A Next.js application using the latest [Auth0 Next.js SDK](/docs/quickstart/webapp/nextjs), or |
There was a problem hiding this comment.
I think instead of the "or" with these two bullets, you could break it out like
- One of the following:
- A Next.js application using the latest /docs/quickstart/webapp/nextjs
- A React application using the latest /docs/quickstart/spa/react
| To get started with Auth0's Vercel native integration, follow the instructions in the Vercel Dashboard to create and deploy your application. | ||
|
|
||
| <Callout icon="file-lines" color="#0EA5E9" iconType="regular"> | ||
| You can only configure environment variables in a production environment. |
There was a problem hiding this comment.
Auth0 or vercel env variables?
There was a problem hiding this comment.
auth0, good catch!
| </Callout> | ||
|
|
||
| The environment variables are only configurable at the production domain. | ||
| ### Manage your application settings |
There was a problem hiding this comment.
You might want to break this out from the getting started section since it's not something you'd want to do just once
Co-authored-by: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com>
Description
References
Testing
Checklist
CONTRIBUTING.md.