@@ -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