Flask-Web-App-Tutorial icon indicating copy to clipboard operation
Flask-Web-App-Tutorial copied to clipboard

Update auth.py

Open Niernen22 opened this issue 9 months ago • 0 comments

I got this error when signing up: ValueError: Invalid hash method 'sha256' . Changing the method from sha256 to pbkdf2:sha256 made it work.

Niernen22 avatar May 02 '24 12:05 Niernen22