We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi can you help me please I try to use json_login and GoogleAuthenticator
security: firewalls: api: pattern: ^/api provider: app_user_provider stateless: true json_login: check_path: /api_sign_in username_path: email password_path: password logout: path: /api_logout target: / main: provider: app_user_provider entry_point: App\Security\Socials\GoogleAuthenticator custom_authenticators: - App\Security\Socials\GoogleAuthenticator
But anyway app try to login with Google (Also I try to use all in “main” firewall, not help)
Can you please provide the example how to use it together: json_login for api login and google_authenticator for social login
Thank you 🙏🏻
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi can you help me please
I try to use json_login and GoogleAuthenticator
But anyway app try to login with Google
(Also I try to use all in “main” firewall, not help)
Can you please provide the example how to use it together:
json_login for api login and google_authenticator for social login
Thank you 🙏🏻
The text was updated successfully, but these errors were encountered: