Skip to content

Releases: bikrantlabs/next-auth-starter

Release 0.3.0

30 Apr 04:14
Compare
Choose a tag to compare

0.3.0 (2024-04-30)

Features

  • 2fa: 2fa authentication for 2fa enabled users (4ead34b)
  • 2fa: add 2fa code input form (f5c5a9d)
  • 2fa: add 2fa mails and schemas (c0bd540)
  • 2fa: send 2fa email during login (9a96bce)
  • email: improve email verification and verification page (15c367b)
  • email: send verification email to new users (1026e4e)
  • page: improve home page ui (aaa03bf)
  • password: reset password feature w/email (555e66b)
  • settings: add feature to update settings (2ed17ec)
  • settings: settings page and client/server example (c3489a7)
  • settings: update settings action (5be396e)
  • signin: oauth signin and error page (345e250)

Bug Fixes

  • auth: add modal login and fix login callback (c904f60)

Release 0.2.0

24 Apr 16:28
Compare
Choose a tag to compare

0.2.0 (2024-04-24)

Features

  • auth: implement logout functionality (a46a97f)
  • callbacks: add session and jwt callbacks (e9afec5)

Bug Fixes

  • session: fix session typescript warning on user role (10daacd)

Release 0.1.0

24 Apr 07:30
Compare
Choose a tag to compare

0.1.0 (2024-04-24)

Features

  • auth: add credentials login (a44811b)
  • auth: add middleware and protected routes (7f24e0c)
  • auth: add next auth setup (60dd399)
  • auth: add user register with password (3875825)

Bug Fixes

  • auth: fix auth to work with prisma jwt strategy (1ef03f6)
  • auth: fix prisma connector error and changed database (e12887b)

Release 0.0.1

23 Apr 10:48
Compare
Choose a tag to compare

0.0.1 (2024-04-23)