8000 Tags · FocusCript/next-auth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: FocusCript/next-auth

Tags

v4.0.6

Toggle v4.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: fix OpenCollective link in `README.md` (nextauthjs#3494)

v4.0.5

Toggle v4.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: properly handle callback URL fallback (nextauthjs#3402)

* fix: don't default to localhost on `host`

* fall back to `host` for `callbackUrl`

* use parsed host

* remove unnecessary type cast

v4.0.4

Toggle v4.0.4's commit message
fix: default to `VERCEL_URL` for `callbackUrl`

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use `VERCEL_URL` by default for `secureCookie` (nextauthjs#3399)

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove `nextauth` from authorization params (nextauthjs#3332)

Co-authored-by: Balázs Orbán <info@balazsorban.com>

v4.0.1

Toggle v4.0.1's commit message
docs: add top contributors to package.json

v4.0.0-beta.7

Toggle v4.0.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make missing secret an error (nextauthjs#3143)

BREAKING CHANGE:

It is now required to set a `secret` in production.

v4.0.0-beta.6

Toggle v4.0.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(react): preserve history on client-side navigation (nextauthjs#2980

)

* feat(react): preserve history on client-side navigation

* chore(deps): upgrade jest

* test(client): use absolute URL since `whatwg-*` refusing relative URLs

v4.0.0-beta.5

Toggle v4.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update `jose` and `openid-client` (nextauthjs#3039)

Updates the `jose` and `openid-client` packages.

BREAKING CHANGE:

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 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.

v4.0.0-beta.4

Toggle v4.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correctly set authorization url for OAuth1 (nextauthjs#2884)

0