Skip to content

Release v1.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:47
· 57 commits to main since this release

Release 1.6.0

Changelog

Added

  • Passwordless magic login: enter identifier → receive one-time signed URL → click to authenticate (Symfony login_link).
  • Config magic_login (mode, lifetime, max_uses) per profile; routes magic_login_request / magic_login_check.
  • MagicLoginRequestHandler, MagicLoginGate, MagicLoginNotifierInterface (+ null/logging samples), MagicLoginRequestedEvent.
  • nowo:auth-kit:configure-security syncs firewall login_link and public access_control paths.
  • Docs: MAGIC-LOGIN.md; login template link when enabled.
  • Demo Symfony 8 enables magic login with DemoMagicLoginNotifier.

Full Changelog: v1.5.1...v1.6.0