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

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!

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).