Skip to content

Commit 4ca4790

Browse files
Merge pull request #5 from patelvivekdev/dev
updated readme
2 parents 9e656cb + 11dd672 commit 4ca4790

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,48 @@ A template repo for starting authentication in your upcoming Next.js application
55
## What's inside?
66

77
---
8-
8+
## Basic
9+
- [x] Register | Public
10+
- [x] Login | Public
911
- [x] Credentials Login | Public
1012
- [x] Social Login(Google, Github) | Public
1113
- [x] Email Verification | Public
14+
15+
## Password Reset
1216
- [x] Password Reset (email link) | Public
1317
- [x] change password(Email user can change password) | Protected
1418
- [x] Add Password(Oauth user can set Password.) | Protected
19+
20+
## Profile Update
1521
- [ ] Profile Update | Protected
1622
- [ ] Profile Picture Update | Protected
1723
- [ ] Email Update | Protected
1824
- [ ] Username Update | Protected
1925
- [x] Delete Account | Protected
20-
- [ ] Two Factor Authentication | Public
26+
27+
## Link Accounts
2128
- [x] Account linking | Protected
2229
- [x] Account Unlinking | Protected
30+
31+
## Two Factor Authentication
32+
- [ ] Two Factor Authentication | Public
33+
34+
## Passkey/ Passwordless Login
35+
- [ ] Passkey/ Passwordless Login
36+
37+
## Role Based Access
38+
- [ ] Role Based Access | Protected
39+
40+
## User Management (Admin)
41+
- [ ] Permission
42+
43+
## Database sessions
44+
- [ ] Database sessions
45+
46+
47+
## Links
48+
49+
- [AuthJS](https://authjs.dev/)
50+
- [Drizzle](https://drizzle.team/)
51+
- [Turso](https://turso.dev/)
52+
- [NextJs](https://nextjs.org/)

0 commit comments

Comments
 (0)