scala-webapp-template icon indicating copy to clipboard operation
scala-webapp-template copied to clipboard

Avoid loading the user password unless it is strictly necessary

Open AlexITC opened this issue 1 year ago • 0 comments

The current User model loads the hashed password from database, which isn't ideal, let's remove the value and create an alternative method to load the password when a user is logging into the app.

AlexITC avatar Apr 28 '23 02:04 AlexITC