reflex-examples icon indicating copy to clipboard operation
reflex-examples copied to clipboard

Store the users hashed password using bcrypt instead of the plaintext…

Open jturner opened this issue 1 year ago • 0 comments

This updates the twitter example to hash the users password using bcrypt and store that instead of storing it in plaintext. Since https://reflex.dev/docs/authentication/authentication-overview/ points to this example for Local Auth I figured it was a good idea to use best practices like not storing passwords in plain text.

jturner avatar Sep 05 '24 22:09 jturner