andrewgorton.uk
Scala Play - adding a Login Form - Technology. Ish.
Following on from the previous post about Scala Play, here’s how to add a login form. This is based upon the Scala Play tutorial. We’ll need a data object – save the following code in app/controllers/Auth.scala. package controllers case class … Scala Play – adding a Login Form Read More »
Andrew Gorton