Implemented login
This commit is contained in:
@@ -18,6 +18,9 @@ libraryDependencies += "org.playframework" %% "play-slick" % "6.2.0"
|
||||
// Source: https://mvnrepository.com/artifact/org.playframework/play-slick-evolutions
|
||||
libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.2.0"
|
||||
|
||||
// Source: https://mvnrepository.com/artifact/de.mkammerer/argon2-jvm
|
||||
libraryDependencies += "de.mkammerer" % "argon2-jvm" % "2.12"
|
||||
|
||||
// Adds additional packages into Twirl
|
||||
//TwirlKeys.templateImports += "me.artemis.controllers._"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user