This is a sample application showing the basic login (authentication/authorization) with Play! 2 for Scala. The sample is based on Play! 2 Zentasks Sample, but everything except what matters to show authentication and authorization has been removed.
It is a default Play! project, thus
- clone the project
- $ play run
will do the job and you can browse to localhost:9000
The application is structured straight forward
/ | default, public index page |
/restricted | restricted content, login will be enforced |
/login | the login form |
/logout | triggers the logout |
- Play! 2.0.4
- sbt 0.11.3