github nextauthjs/next-auth v4.0.0-beta.5

latest releases: @auth/qwik@0.2.2, @auth/azure-tables-adapter@1.4.1, @auth/d1-adapter@1.4.1...
pre-release2 years ago

4.0.0-beta.5 (2021-10-27)

Bug Fixes

  • providers: Refactor Line Provider (#2917) (129d161)
  • providers: resize default AzureAD profile picture (#2910) (58a98b6)
  • conditionally render theme logo on builtin pages (#2916) (19e326e)

Features

BREAKING CHANGES

  • The jwt option has been simplified and the NextAuth.js issued JWT is now encrypted by default.

If you want to override the defaults, you can still use the encode and decode functions. These are advanced options and they should only be used if you know what you are doing.

The default secret generation comment has been removed in this PR, which will be added back in a separate one. Remember, that is only for developer convenience, it is highly recommended to always create your own secret for production.

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.