Kinde Next.js Vercel Starter on GitHub
GitHub
Deploy to Vercel
Deploy
Auth for modern applications
First things first
1
Set callback URLs
In Kinde, go to
Settings > Applications > [Your app] > View details
.
Add your
callback URLs
in the relevant fields. For example:
Allowed callback URLs
:
http://localhost:3000/api/auth/kinde_callback
https://kinde-nextjs-starter.vercel.app/api/auth/kinde_callback
https://*
[your-vercel-slug]
.vercel.app/api/auth/kinde_callback
Allowed logout redirect URLs
:
http://localhost:3000
https://kinde-nextjs-starter.vercel.app
https://*
[your-vercel-slug]
.vercel.app
Select
Save
.
2
Get building!
Log in
Register