Kinde Next.js Starter

R
Renaudil y a 2 jours
0

Description

A Next.js authentication starter template using Kinde, TypeScript, and TailwindCSS.

npx boilerapp kinde-next-js-starter

Documentation

Kinde Next.js Starter

Composite of the project running in a browser window

A starter template using Next.js and Kinde for authentication. See live demo.

Pre-requisites

1. Create a Kinde account

Create a Kinde account if you don't already have one.

2. Add a back-end application in Kinde

  1. Go to Settings > Applications.
  2. Select Add application in the top right.
  3. Give your application a name and make sure you select Back-end web as the application type.
  4. Select Save.
  5. In the Quick start screen, select Next.js as the technology and Save.

3. Create a Vercel account

Create a Vercel account if you don't already have one.

Get your environment variables from Kinde

  1. In Kinde, go to Settings > Applications > [Your app] > Details.
  2. Copy the following values in the App keys section:
    • Domain
    • Client ID
    • Client secret

Deploy this template

When you click the deploy button below, you will be prompted to fill in the environment variables you copied previously. These are required to successfully deploy this template.

<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkinde-starter-kits%2Fkinde-nextjs-vercel-starter&env=KINDE_CLIENT_ID,KINDE_CLIENT_SECRET,KINDE_ISSUER_URL&envDescription=Find%20your%20application%20keys&envLink=https%3A%2F%2Fdocs.kinde.com%2Fget-started%2Fconnect%2Fgetting-app-keys%2F&project-name=kinde-nextjs-starter&repository-name=kinde-nextjs-starter&demo-title=Kinde%20Next.js%20Starter&demo-description=A%20Next.js%20authentication%20starter%20template%20using%20Kinde%2C%20TypeScript%20and%20tailwindcss.&demo-url=https%3A%2F%2Fkinde-nextjs-starter.vercel.app"><img src="https://vercel.com/button" alt="Deploy with Vercel"/></a>

  • KINDE_ISSUER_URL: Domain value.
  • KINDE_CLIENT_ID: Client ID value.
  • KINDE_CLIENT_SECRET: Client secret value.

After you deploy

Set callback URLs

[!IMPORTANT] Make sure to replace [your-vercel-slug] in the code examples below with your Vercel project or team slug, but keep the * (asterisk). More info on wild card callback URLs in Kinde

  1. In Kinde, go to Settings > Applications > [Your app] > View details.

  2. Add your callback URLs in the relevant fields:

    • Allowed callback URLs:

    http://localhost:3000/api/auth/kinde_callback
    https://[your-vercel-main-production-url].vercel.app/api/auth/kinde_callback
    https://*[your-vercel-slug].vercel.app/api/auth/kinde_callback
    
    • Allowed logout redirect URLs:

    http://localhost:3000
    https://[your-vercel-main-production-url].vercel.app
    https://*[your-vercel-slug].vercel.app
    
  3. Then Save.

Run locally

  1. Clone this repository.

    git clone https://github.com/kinde-starter-kits/kinde-nexjs-vercel-starter
    
  2. Create a Kinde account.

  3. Create a backend application.

  4. Add your callback URLs in the relevant fields for your application in Kinde:

    • Allowed callback URLs:

    http://localhost:3000/api/auth/kinde_callback
    
    • Allowed logout redirect URLs:

    http://localhost:3000
    
  5. Fill in the missing environment variables in .env.local.example

  6. Install the dependencies with npm run install

  7. Start the development server with npm run dev

Prix

Gratuit

FREE

Commentaires (0)

FAQ

Questions Fréquemment Posées

Vous avez une question ? Nous avons les réponses. Si vous ne trouvez pas ce que vous cherchez, n'hésitez pas à nous contacter.

Boilerapp est une plateforme communautaire dédiée au partage de boilerplates, de starter kits et de modèles de projets pour développeurs. Notre objectif est simple : vous faire gagner du temps sur la configuration initiale (setup) pour que vous puissiez coder ce qui compte vraiment. Que vous cherchiez une simple base de code ou un projet SaaS complet, vous le trouverez ici.

Vous avez d'autres questions ?

Notre équipe est là pour vous aider. Contactez-nous et nous vous répondrons dès que possible.

Kinde Next.js Starter | BoilerApp