Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Tags: scheb/two-factor-bundle

Tags

v4.18.4

Compatibility with Symfony 5.2

v4.18.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
force param casting to string (#301)

Force param casting to string

v4.18.2

Reset prepared provider on each login, to fix preparation issue when …

…`invalidate_session` option is false #296

v4.18.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add info on symfony/mailer

v4.18.0

Support doctrine/persistence v2

v4.17.0

Add test cases for PUBLIC_ACCESS

(cherry picked from commit 9961ed41fec20cf58e941230aca7612e14a55266)

v4.16.0

Add option to allow only POST requests to check_path

v4.15.0

Allow multiple firewalls

Perhaps I'm not doing this correctly however, we need 2fa with multiple firewalls. There seems to be an issue with being able to support that.
The provider is configured with the template to render, however the path is configured by the firewall. So when my email provider renders the 2fa it has no concept of where the check should be submitted to. If the template was configured on the firewall that'd be different. So what I've done is passed the check_path variable to the template so the form submission can submit to the correct location

v4.14.0

Add test for secret code generation

v3.29.0

Add missing type hints, fix method name