Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/absphreak/next-auth-app-router
🔐 next-auth with App Router with OAuth, Credentials and OTP Authentication
https://github.com/absphreak/next-auth-app-router
app-router next-13 next-auth
Last synced: about 1 month ago
JSON representation
🔐 next-auth with App Router with OAuth, Credentials and OTP Authentication
- Host: GitHub
- URL: https://github.com/absphreak/next-auth-app-router
- Owner: ABSphreak
- Created: 2023-09-29T19:13:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T17:05:40.000Z (about 1 year ago)
- Last Synced: 2024-05-21T00:45:38.651Z (6 months ago)
- Topics: app-router, next-13, next-auth
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a sample project that demonstrates how to use [next-auth](https://next-auth.js.org/) with [App Router](https://nextjs.org/docs/app).
## What is included?
- User login & registration using OAuth providers (Google and GitHub)
- User login & registration using email and password (Credentials)
- User login & registration using mobile OTP (Custom)