Tags: FocusCript/next-auth
Tags
docs: fix OpenCollective link in `README.md` (nextauthjs#3494)
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
fix: use `VERCEL_URL` by default for `secureCookie` (nextauthjs#3399)
fix: remove `nextauth` from authorization params (nextauthjs#3332) Co-authored-by: Balázs Orbán <info@balazsorban.com>
feat: make missing secret an error (nextauthjs#3143) BREAKING CHANGE: It is now required to set a `secret` in production.
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
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.
fix: correctly set authorization url for OAuth1 (nextauthjs#2884)
PreviousNext