mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* fix(providers): add `normalizeIdentifier` to EmailProvider * docs: document `normalizeIdentifier` * fix: allow throwing error from normalizer * test: add e-mail tests * chore: log provider id * test: merge client+config jest configs and add coverage report * test: show coverage for untested files * fix: only allow first domain in email. Add tests * chore: add `coverage` to tsconfig exclude list * cleanup * revert Co-authored-by: Thang Vu <thvu@hey.com>