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 - method='sha256' no longer supported #136

Closed lwilli90 closed 8 months ago

lwilli90 commented 8 months ago

The generate_password_hash function using method='sha256' is unsupported now and generates an error, changing this to method='pbkdf2:sha256' fixes this error and works as expected.

lwilli90 commented 8 months ago

duplicate pull request