https://github.com/ory/kratos-nextjs-react-example
Add login, registration, account recovery (password reset), account verification (email verification), social sign in, multi-factor authentication to your Next.js / React App using Ory!
https://github.com/ory/kratos-nextjs-react-example
Last synced: about 1 year ago
JSON representation
Add login, registration, account recovery (password reset), account verification (email verification), social sign in, multi-factor authentication to your Next.js / React App using Ory!
- Host: GitHub
- URL: https://github.com/ory/kratos-nextjs-react-example
- Owner: ory
- License: apache-2.0
- Created: 2021-10-29T09:49:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T16:31:16.000Z (over 1 year ago)
- Last Synced: 2025-04-29T13:21:30.624Z (about 1 year ago)
- Language: Shell
- Homepage: https://www.ory.sh
- Size: 284 KB
- Stars: 46
- Watchers: 10
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Add Login, Registration, ... to your React & NextJS App!
This repository contains an example which adds login, registration, account
recovery (password reset), account verification (email verification), social
sign in, multi-factor authentication to your NextJS app with just a few lines of
code, using the [open source Ory Kratos project](https://github.com/ory/kratos)!
For more details on how to do everything from scratch, please check out the
accompanying blog post:
[Add Authentication to your Next.js / React Single Page Application (SPA)](https://www.ory.sh/login-spa-react-nextjs-authentication-example-api-open-source/)
Check this app out live at
[kratos-nextjs-react-example.vercel.app](https://kratos-nextjs-react-example.vercel.app).