https://github.com/kinde-oss/kinde-auth-nextjs
Kinde NextJS SDK - authentication for server rendered apps
https://github.com/kinde-oss/kinde-auth-nextjs
authentication kinde nextjs react
Last synced: 22 days ago
JSON representation
Kinde NextJS SDK - authentication for server rendered apps
- Host: GitHub
- URL: https://github.com/kinde-oss/kinde-auth-nextjs
- Owner: kinde-oss
- License: mit
- Created: 2022-05-25T03:36:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T12:51:45.000Z (23 days ago)
- Last Synced: 2025-04-10T14:03:49.118Z (23 days ago)
- Topics: authentication, kinde, nextjs, react
- Language: TypeScript
- Homepage: https://docs.kinde.com/developer-tools/sdks/backend/nextjs-sdk/
- Size: 1.95 MB
- Stars: 167
- Watchers: 8
- Forks: 24
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Kinde NextJS
The Kinde SDK for NextJS.
You can also use the NextJS starter kit [here](https://github.com/kinde-starter-kits/kinde-nextjs-app-router-starter-kit).
[](https://makeapullrequest.com) [](https://kinde.com/docs/developer-tools/nextjs-sdk) [](https://thekindecommunity.slack.com)
## Documentation
Please refer to the Kinde [NextJS SDK document](https://docs.kinde.com/developer-tools/sdks/backend/nextjs-sdk/).
## Publishing
The core team handles publishing.
To publish a new package version, use the “Release and Publish to NPM” action in the “Actions” tab.
## Contributing
Please refer to Kinde’s [contributing guidelines](https://github.com/kinde-oss/.github/blob/489e2ca9c3307c2b2e098a885e22f2239116394a/CONTRIBUTING.md).
## Playground
To create the playground run `npm run dev:prepare`
This will clone the NextJS app router starter kit into a `/playground` directory and reference the SDK via `npm link`.
You will need to add your Kinde credentials to the generated `.env.local` file inside `/playground`
`npm run dev` will load up the playground on [http://localhost:3000](http://localhost:3000)
## License
By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.