vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.38k stars 689 forks source link

How can I add Authentication with Auth0? #342

Closed mcxleague closed 7 months ago

mcxleague commented 8 months ago

@steven-tey Hi, I use Auth0 to log users into my website, I was wonder how I could make this the main method of Authentication.

hellocory commented 8 months ago

Since platforms is using NextAuth, you may be better looking into that for documentation.

leerob commented 7 months ago

https://next-auth.js.org/providers/auth0