Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-26T05:20:39.000Z (8 months ago)
- Last Synced: 2024-12-08T07:42:18.803Z (about 2 months 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
```