(just playing with Play2 Framework and Slick)
Project is based on play-scala-seed.g8
sbt new playframework/play-scala-seed.g8
Most of solutions are taken from:
Prerequireties:
- SBT
- JDK 8+
To run application in development mode, execute:
sbt run
To get a bcrypt256 password hash:
- Navigate to project directory: cd $project_dir
- Execute sbt console
- Create hasher and calculate hash
val h = new com.mohiva.play.silhouette.password.BCryptSha256PasswordHasher
h.hash("1111")