-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e12887b
commit 72b9c22
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
|
||
|
||
## [0.1.0](https://github.com/bikrantlabs/next-auth-starter/compare/0.0.1...0.1.0) (2024-04-24) | ||
|
||
|
||
### Features | ||
|
||
* **auth:** add credentials login ([a44811b](https://github.com/bikrantlabs/next-auth-starter/commit/a44811bb1e27bfb100bc1abe39b0fb23eac7e213)) | ||
* **auth:** add middleware and protected routes ([7f24e0c](https://github.com/bikrantlabs/next-auth-starter/commit/7f24e0cb120fcfa9cfb44c9a4ffe1aaeee4d44d0)) | ||
* **auth:** add next auth setup ([60dd399](https://github.com/bikrantlabs/next-auth-starter/commit/60dd3994acb159f5f1c978012d0793a016c8e3c8)) | ||
* **auth:** add user register with password ([3875825](https://github.com/bikrantlabs/next-auth-starter/commit/3875825033c0e9107483c6635a38c5f965d8ea72)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **auth:** fix auth to work with prisma jwt strategy ([1ef03f6](https://github.com/bikrantlabs/next-auth-starter/commit/1ef03f6ef57b32927a43505899917e9385325e7d)) | ||
* **auth:** fix prisma connector error and changed database ([e12887b](https://github.com/bikrantlabs/next-auth-starter/commit/e12887b2f90d8a9926a1c843441f4ad8bc7e389e)) | ||
|
||
## 0.0.1 (2024-04-23) |