reflex-examples
reflex-examples copied to clipboard
Store the users hashed password using bcrypt instead of the plaintext…
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.