dternyak / React-Redux-Flask

Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
MIT License
1.51k stars 320 forks source link

Fix issue with saving bytestring in database #28

Closed joostsijm closed 6 years ago

joostsijm commented 6 years ago

Prevent "incorrect salt" error when trying to decrypt the password at authorization.

dternyak commented 6 years ago

Thanks!

Hudsonzp commented 6 years ago

Why the switch flask_bcrypt to flask.ext.bcrypt? I believe latter is deprecated? flask_bcrypt works just fine.

joostsijm commented 6 years ago

@Hudsonzp I wasn't aware of the fact, my bad.

Hudsonzp commented 6 years ago

No worries! Just wanted to point that out so it's most up to date =D.