Bugfixes (via @auth/core@0.41.2)
- providers: add issuer to GitHub provider for RFC 9207 compliance (#13410).
- Supports both
github.comand GitHub Enterprise Server (dynamic${baseUrl}/login/oauth).
- Supports both
- signin/send-token: stricter email address validation (rejects quoted, multi-
@, and empty-domain inputs).
Dependency bump
@auth/core:0.41.0→0.41.2. Resolves a peer-dep inconsistency in5.0.0-beta.30wherenext-authdeclarednodemailer: ^7.0.7while pinning@auth/core@0.41.0(which wanted^6.8.0). Both now align at^7.0.7.
No changes to next-auth's own source.