nextauthjs/next-auth (next-auth)
### [`v4.24.10`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.10)
[Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.9...next-auth@4.24.10)
#### What's Changed
- fix: functions that return promises must be async by [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) in [https://github.com/nextauthjs/next-auth/pull/12105](https://redirect.github.com/nextauthjs/next-auth/pull/12105)
- fix: support AUTH_SECRET for compat with npx auth secret by [@balazsorban44](https://redirect.github.com/balazsorban44) in https://github.com/nextauthjs/next-auth/commit/490a033cf0396fa634bf6636402624643babef5d
**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.9...next-auth@4.24.10
### [`v4.24.9`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.9)
[Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.8...next-auth@4.24.9)
#### What's Changed
- chore(docs): fix typo in WorkOS documentation by [@outofgamut](https://redirect.github.com/outofgamut) in [https://github.com/nextauthjs/next-auth/pull/11959](https://redirect.github.com/nextauthjs/next-auth/pull/11959)
- chore(v4): add neon sponsor by [@ndom91](https://redirect.github.com/ndom91) in [https://github.com/nextauthjs/next-auth/pull/12008](https://redirect.github.com/nextauthjs/next-auth/pull/12008)
- cookie package upgraded by [@talyuk](https://redirect.github.com/talyuk) in [https://github.com/nextauthjs/next-auth/pull/12046](https://redirect.github.com/nextauthjs/next-auth/pull/12046)
- Allow Next.js v15 peer dependency by [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) in [https://github.com/nextauthjs/next-auth/pull/12098](https://redirect.github.com/nextauthjs/next-auth/pull/12098)
- `await` dynamic APIs as per Next.js 15 changes by [@balazsorban44](https://redirect.github.com/balazsorban44) in https://github.com/nextauthjs/next-auth/commit/4d143c51999e96f39b3fe9e0c7da2b070639253c
#### New Contributors
- [@outofgamut](https://redirect.github.com/outofgamut) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11959](https://redirect.github.com/nextauthjs/next-auth/pull/11959)
- [@talyuk](https://redirect.github.com/talyuk) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/12046](https://redirect.github.com/nextauthjs/next-auth/pull/12046)
- [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/12098](https://redirect.github.com/nextauthjs/next-auth/pull/12098)
**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.8...next-auth@4.24.9
### [`v4.24.8`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.8)
[Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8)
#### What's Changed
- allow optional identifier param
- optionally check `identifier`
- tweak email flow, change homepage
- fix: typo in Naver Provider options url by [@no-pla](https://redirect.github.com/no-pla) in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483)
- fix(providers): Update Foursquare profile callback + API version by [@MatyiFKBT](https://redirect.github.com/MatyiFKBT) in [https://github.com/nextauthjs/next-auth/pull/11348](https://redirect.github.com/nextauthjs/next-auth/pull/11348)
- fix(ts): add compat types for `@auth/*-adapters` for v4 by [@balazsorban44](https://redirect.github.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/11562](https://redirect.github.com/nextauthjs/next-auth/pull/11562)
- fix:Matcher wildcard docs-Update securing-pages-and-api-routes.md by [@yaodada123](https://redirect.github.com/yaodada123) in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599)
- Update linkedin.ts to support new scopes by [@PragyanSubedi](https://redirect.github.com/PragyanSubedi) in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805)
- fix: updated email for auth user in github endpoint by [@A91y](https://redirect.github.com/A91y) in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896)
#### New Contributors
- [@martinkariuki7](https://redirect.github.com/martinkariuki7) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10329](https://redirect.github.com/nextauthjs/next-auth/pull/10329)
- [@no-pla](https://redirect.github.com/no-pla) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483)
- [@azadious](https://redirect.github.com/azadious) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10603](https://redirect.github.com/nextauthjs/next-auth/pull/10603)
- [@mbrookson](https://redirect.github.com/mbrookson) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10916](https://redirect.github.com/nextauthjs/next-auth/pull/10916)
- [@craftycodie](https://redirect.github.com/craftycodie) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10921](https://redirect.github.com/nextauthjs/next-auth/pull/10921)
- [@erik-gullberg-devoteam](https://redirect.github.com/erik-gullberg-devoteam) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11323](https://redirect.github.com/nextauthjs/next-auth/pull/11323)
- [@yaodada123](https://redirect.github.com/yaodada123) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599)
- [@PragyanSubedi](https://redirect.github.com/PragyanSubedi) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805)
- [@leorente](https://redirect.github.com/leorente) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11855](https://redirect.github.com/nextauthjs/next-auth/pull/11855)
- [@A91y](https://redirect.github.com/A91y) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896)
**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8
### [`v4.24.7`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.7)
[Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.6...next-auth@4.24.7)
#### Others
- chore(deps): bump jose ([#10238](https://redirect.github.com/nextauthjs/next-auth/issues/10238))
### [`v4.24.6`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.6)
[Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.5...next-auth@4.24.6)
#### Bugfixes
- **providers**: correct `nodemailer` imports ([#9261](https://redirect.github.com/nextauthjs/next-auth/issues/9261)) ([`fa287be`](https://redirect.github.com/nextauthjs/next-auth/commit/fa287bec))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
4.24.5
->4.24.10
Release Notes
nextauthjs/next-auth (next-auth)
### [`v4.24.10`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.10) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.9...next-auth@4.24.10) #### What's Changed - fix: functions that return promises must be async by [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) in [https://github.com/nextauthjs/next-auth/pull/12105](https://redirect.github.com/nextauthjs/next-auth/pull/12105) - fix: support AUTH_SECRET for compat with npx auth secret by [@balazsorban44](https://redirect.github.com/balazsorban44) in https://github.com/nextauthjs/next-auth/commit/490a033cf0396fa634bf6636402624643babef5d **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.9...next-auth@4.24.10 ### [`v4.24.9`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.9) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.8...next-auth@4.24.9) #### What's Changed - chore(docs): fix typo in WorkOS documentation by [@outofgamut](https://redirect.github.com/outofgamut) in [https://github.com/nextauthjs/next-auth/pull/11959](https://redirect.github.com/nextauthjs/next-auth/pull/11959) - chore(v4): add neon sponsor by [@ndom91](https://redirect.github.com/ndom91) in [https://github.com/nextauthjs/next-auth/pull/12008](https://redirect.github.com/nextauthjs/next-auth/pull/12008) - cookie package upgraded by [@talyuk](https://redirect.github.com/talyuk) in [https://github.com/nextauthjs/next-auth/pull/12046](https://redirect.github.com/nextauthjs/next-auth/pull/12046) - Allow Next.js v15 peer dependency by [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) in [https://github.com/nextauthjs/next-auth/pull/12098](https://redirect.github.com/nextauthjs/next-auth/pull/12098) - `await` dynamic APIs as per Next.js 15 changes by [@balazsorban44](https://redirect.github.com/balazsorban44) in https://github.com/nextauthjs/next-auth/commit/4d143c51999e96f39b3fe9e0c7da2b070639253c #### New Contributors - [@outofgamut](https://redirect.github.com/outofgamut) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11959](https://redirect.github.com/nextauthjs/next-auth/pull/11959) - [@talyuk](https://redirect.github.com/talyuk) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/12046](https://redirect.github.com/nextauthjs/next-auth/pull/12046) - [@thomaslindstrom](https://redirect.github.com/thomaslindstrom) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/12098](https://redirect.github.com/nextauthjs/next-auth/pull/12098) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.8...next-auth@4.24.9 ### [`v4.24.8`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.8) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8) #### What's Changed - allow optional identifier param - optionally check `identifier` - tweak email flow, change homepage - fix: typo in Naver Provider options url by [@no-pla](https://redirect.github.com/no-pla) in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483) - fix(providers): Update Foursquare profile callback + API version by [@MatyiFKBT](https://redirect.github.com/MatyiFKBT) in [https://github.com/nextauthjs/next-auth/pull/11348](https://redirect.github.com/nextauthjs/next-auth/pull/11348) - fix(ts): add compat types for `@auth/*-adapters` for v4 by [@balazsorban44](https://redirect.github.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/11562](https://redirect.github.com/nextauthjs/next-auth/pull/11562) - fix:Matcher wildcard docs-Update securing-pages-and-api-routes.md by [@yaodada123](https://redirect.github.com/yaodada123) in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599) - Update linkedin.ts to support new scopes by [@PragyanSubedi](https://redirect.github.com/PragyanSubedi) in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805) - fix: updated email for auth user in github endpoint by [@A91y](https://redirect.github.com/A91y) in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896) #### New Contributors - [@martinkariuki7](https://redirect.github.com/martinkariuki7) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10329](https://redirect.github.com/nextauthjs/next-auth/pull/10329) - [@no-pla](https://redirect.github.com/no-pla) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10483](https://redirect.github.com/nextauthjs/next-auth/pull/10483) - [@azadious](https://redirect.github.com/azadious) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10603](https://redirect.github.com/nextauthjs/next-auth/pull/10603) - [@mbrookson](https://redirect.github.com/mbrookson) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10916](https://redirect.github.com/nextauthjs/next-auth/pull/10916) - [@craftycodie](https://redirect.github.com/craftycodie) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/10921](https://redirect.github.com/nextauthjs/next-auth/pull/10921) - [@erik-gullberg-devoteam](https://redirect.github.com/erik-gullberg-devoteam) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11323](https://redirect.github.com/nextauthjs/next-auth/pull/11323) - [@yaodada123](https://redirect.github.com/yaodada123) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11599](https://redirect.github.com/nextauthjs/next-auth/pull/11599) - [@PragyanSubedi](https://redirect.github.com/PragyanSubedi) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11805](https://redirect.github.com/nextauthjs/next-auth/pull/11805) - [@leorente](https://redirect.github.com/leorente) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11855](https://redirect.github.com/nextauthjs/next-auth/pull/11855) - [@A91y](https://redirect.github.com/A91y) made their first contribution in [https://github.com/nextauthjs/next-auth/pull/11896](https://redirect.github.com/nextauthjs/next-auth/pull/11896) **Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8 ### [`v4.24.7`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.7) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.6...next-auth@4.24.7) #### Others - chore(deps): bump jose ([#10238](https://redirect.github.com/nextauthjs/next-auth/issues/10238)) ### [`v4.24.6`](https://redirect.github.com/nextauthjs/next-auth/releases/tag/next-auth%404.24.6) [Compare Source](https://redirect.github.com/nextauthjs/next-auth/compare/next-auth@4.24.5...next-auth@4.24.6) #### Bugfixes - **providers**: correct `nodemailer` imports ([#9261](https://redirect.github.com/nextauthjs/next-auth/issues/9261)) ([`fa287be`](https://redirect.github.com/nextauthjs/next-auth/commit/fa287bec))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.