Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```