techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
918 stars 1.01k forks source link

Update auth.py #154

Open Niernen22 opened 4 months ago

Niernen22 commented 4 months ago

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