-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ValueError: Invalid hash method 'sha256' #150
Comments
The error msg: This is what i did to solve the issue: |
Hi @VoxWRX I wish you are goodSolution for Invalid hash method 'sha256' in Flask-LoginThe error "ValueError: Invalid hash method 'sha256'" indicates that the Here's how to fix this: 1. Remove the
|
use |
https://github.com/techwithtim/Flask-Web-App-Tutorial/blame/ed8c8b0e589319aad6d5799e7e83103ca1faf425/website/auth.py#L59
The text was updated successfully, but these errors were encountered: