Skip to content

Release v1.6.1

Choose a tag to compare

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

Release 1.6.1

Changelog

Fixed

  • nowo:auth-kit:configure-security writes required Symfony login_link.signature_properties (from user_identifier_field). Without this, enabling magic login fails container compilation on Symfony 8.

Changed

  • Login template flags for password reset / magic login go through PasswordResetGate / MagicLoginGate (same pattern as registration).
  • Demo Symfony 8: use-case cards (password / reset / magic / register), session delivery inbox for reset and magic login without a mailer, and signature_properties on the demo firewall.
  • Demo Makefile resolves docker via absolute path so a local docker/ directory does not break make targets.
  • Docs: MAGIC-LOGIN.md / UPGRADING.md document signature_properties.