This repository was archived by the owner on Dec 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# AuthJs Template
22
3+ > Updated to nextjs15 and react19.
4+
35A template repo for starting authentication in your upcoming Next.js application. Used Drizzle, Auth.js(Next-Auth), Turso.
46
57![ Image] ( ./public/authjs-template.png )
@@ -12,7 +14,7 @@ A template repo for starting authentication in your upcoming Next.js application
1214- How to setup Oauth Login in NextJs.
1315- How to Link accounts in NextJs.
1416
15- All these with Next-auth(AuthJs v5).
17+ All of these with Next-auth(AuthJs v5) and Nextjs 15 App router
1618
1719---
1820
@@ -59,7 +61,7 @@ All these with Next-auth(AuthJs v5).
5961
6062- [x] Role Based Access | Protected
6163
62- > Here I used my domain to select admin user. After that admin can another admin
64+ > Here, I used my domain to select the admin user. After that, the admin can add another admin
6365
6466## User Management (Admin)
6567
@@ -72,7 +74,7 @@ All these with Next-auth(AuthJs v5).
7274
7375## Emails
7476
75- - [ ] Send email for every account change event and store the history.
77+ - [ ] Send an email for every account change event and store the history.
7678
7779## Links
7880
You can’t perform that action at this time.
0 commit comments