Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 1086b01

Browse files
Update README.md
1 parent 8b943df commit 1086b01

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AuthJs Template
22

3+
> Updated to nextjs15 and react19.
4+
35
A 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

0 commit comments

Comments
 (0)