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,
in Symfony 5 ecosystem using Doctrine persistance, client secrets seem to be stored as a plain text. That can become an important security issue.
This problem was raised here: trikoder/oauth2-bundle#38
The problem is solved under Laravel implementation: https://laravel.com/docs/9.x/passport#client-secret-hashing
What would be the solution for Symfony? Please advise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
in Symfony 5 ecosystem using Doctrine persistance, client secrets seem to be stored as a plain text. That can become an important security issue.
This problem was raised here:
trikoder/oauth2-bundle#38
The problem is solved under Laravel implementation:
https://laravel.com/docs/9.x/passport#client-secret-hashing
What would be the solution for Symfony? Please advise.
The text was updated successfully, but these errors were encountered: