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
Hello there !
Any example to use this bundle without auth0 use ?
Maybe using FOSUser bundle ?
Thanks !
The text was updated successfully, but these errors were encountered:
No, but setting your own user provider (a0_user_provider service) and your own jwt_auth config should be enough.
a0_user_provider
jwt_auth
The user provider needs to implement this methods https://github.com/auth0/jwt-auth-bundle/blob/master/src/Security/Auth0Service.php
The only thing left is that it will install the auth0-php dependency but it shouldnt bother
auth0-php
Sorry, something went wrong.
No branches or pull requests
Hello there !
Any example to use this bundle without auth0 use ?
Maybe using FOSUser bundle ?
Thanks !
The text was updated successfully, but these errors were encountered: