Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,48 @@ A template repo for starting authentication in your upcoming Next.js application
## What's inside?

---

## Basic
- [x] Register | Public
- [x] Login | Public
- [x] Credentials Login | Public
- [x] Social Login(Google, Github) | Public
- [x] Email Verification | Public

## Password Reset
- [x] Password Reset (email link) | Public
- [x] change password(Email user can change password) | Protected
- [x] Add Password(Oauth user can set Password.) | Protected

## Profile Update
- [ ] Profile Update | Protected
- [ ] Profile Picture Update | Protected
- [ ] Email Update | Protected
- [ ] Username Update | Protected
- [x] Delete Account | Protected
- [ ] Two Factor Authentication | Public

## Link Accounts
- [x] Account linking | Protected
- [x] Account Unlinking | Protected

## Two Factor Authentication
- [ ] Two Factor Authentication | Public

## Passkey/ Passwordless Login
- [ ] Passkey/ Passwordless Login

## Role Based Access
- [ ] Role Based Access | Protected

## User Management (Admin)
- [ ] Permission

## Database sessions
- [ ] Database sessions


## Links

- [AuthJS](https://authjs.dev/)
- [Drizzle](https://drizzle.team/)
- [Turso](https://turso.dev/)
- [NextJs](https://nextjs.org/)