scala-webapp-template
scala-webapp-template copied to clipboard
Avoid loading the user password unless it is strictly necessary
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.