Scala secure [scalasecure] module
This module is for the Play 1.x series only.
This module provides basic security (authentication/ authorization) for Play applications written in Scala.
https://github.com/asinghal/Play-ScalaSecure
Written by Aishwarya Singhal.
Published releases
0.1 | Oct 03 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install scalasecure-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> scalasecure {version}