Skip to content

Release v1.16.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 21:44
· 19 commits to main since this release

Release v1.16.0

Changelog

Added

  • magic_login.confirm_interstitial: when true, magic_login_check accepts GET+POST; GET renders a confirm interstitial (MagicLoginConfirmController + templates.magic_login_confirm) for firewalls with login_link.check_post_only. POST remains handled by Symfony login_link.
  • Template @NowoAuthKitBundle/security/magic_login_confirm.html.twig and translation keys magic_login.confirm.*.
  • nowo:auth-kit:configure-security sets check_post_only: true when confirm_interstitial is enabled.

Documentation

  • MAGIC-LOGIN / CONFIGURATION / UPGRADING: confirm interstitial + check_post_only pairing.

What's Changed

  • chore(deps): update vincentlanglet/twig-cs-fixer requirement from ^3.0 to ^4.0 by @dependabot[bot] in #8

Full Changelog: v1.15.0...v1.16.0