-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for new AuthenticatorManager feature introduced with symfony 5.1+ #249
Comments
Hi there, while working on the current branch, I can get an implementation working with this authenticator:
And adding this to the firewall (instead of
And then this to the
Works well enough for the |
Worked on a PR for this issue #289 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello folks,
actually I am integrating your bundle in my symfony 5.1+ application and stumbled over an incompatibilty. When combining your bundle with a bundle which already depends on the new AuthenticatorManager feature and enabled that feature in the security.yaml an error occurs.
More informations about that feature and configuration example:
https://symfony.com/doc/current/security/experimental_authenticators.html
Are there any plans to support that feature in the near future?
The text was updated successfully, but these errors were encountered: