https://github.com/pank1999/kinde-auth-demo
Implemented Kinde authentication flow in next.js
https://github.com/pank1999/kinde-auth-demo
auth0 authentication kinde nextjs
Last synced: about 2 months ago
JSON representation
Implemented Kinde authentication flow in next.js
- Host: GitHub
- URL: https://github.com/pank1999/kinde-auth-demo
- Owner: pank1999
- Created: 2024-05-25T18:59:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T05:20:39.000Z (about 2 years ago)
- Last Synced: 2025-03-29T11:52:11.124Z (over 1 year ago)
- Topics: auth0, authentication, kinde, nextjs
- Language: TypeScript
- Homepage: https://kinde-auth-demo.vercel.app
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kinde Authentication Demo
## Getting Started
First, Install the dependencies and then run the development server:
```bash
npm i
```
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```