Releases: Hombre2014/nextjs-14-auth-v5-tutorial
Security update
The new version has updated the next to version 14.2.25 from 14.2.15, because of Authorization bypass.
The app has been re-written because the update
property has been dropped in the next release and several files like auth.ts
, setting.ts
and middleware.ts
had to be re-written.
There is also a minor bump in cookie
version.
The bcrypt
package has been remove, since bcryptjs
is used.
What's Changed
- fix: authorization bypass in Next.js bump it to 14.2.25 by @Hombre2014 in #10
- Bump cookie and @auth/prisma-adapter by @dependabot in #11
Full Changelog: v1.0.2...v1.1.0
Security update
Security update of next.js to "next": ">=14.2.15", according the security issue: https://github.com/advisories/GHSA-7gfc-8cq8-jh5f/dependabot?query=user:Hombre2014
What's Changed
- Update next.js to 14.2.15 or higher. by @Hombre2014 in #7
Full Changelog: v1.0.1...v1.0.2
Security update
Bump next.js from 14.1.1 to 14.2.13
What's Changed
- Update Next.js to 14.2.10, security update by @Hombre2014 in #6
Full Changelog: v1.0.0...v1.0.1
First release
The app is officially released and deployed on Vercel.
What's Changed
- Add my own domain for mail sent. by @Hombre2014 in #1
- Minor syntax changes by @Hombre2014 in #2
- Bump next from 14.0.4 to 14.1.1 by @dependabot in #3
- Fix a security issue with braces and update the README file by @Hombre2014 in #4
New Contributors
- @Hombre2014 made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/Hombre2014/nextjs-14-auth-v5-tutorial/commits/v1.0.0