github nextauthjs/next-auth v4.0.0-next.1

latest releases: next-auth@5.0.0-beta.18, @auth/azure-tables-adapter@1.1.0, @auth/d1-adapter@1.1.0...
pre-release3 years ago

4.0.0-next.1 (2021-03-03)

Features

  • use IE11 as client code bundle target (#1402) (c20b7f2)
  • provider: remove state property (111e7aa)
  • encourage returning strings instead of throwing (a113ef6)

BREAKING CHANGES

  • provider: adding state: true is already redundant
    as protection: "state is the default value. state: false
    can be substituted with protection: "state"
  • We have supported throwing strings
    for redirections, while we were showing a waring.
    From now on, it is not possible. The user MUST return a string,
    rather than throw it.

Don't miss a new next-auth release

NewReleases is sending notifications on new releases.