In previous versions of Play 2.0 there was the Secure Module to do authorization. What is the way to do it in Play 2.0?
In previous versions of Play 2.0 there was the Secure Module to do authorization.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at ZenTasks sample code https://github.com/playframework/Play20/tree/master/samples/scala/zentasks where
Securedtrait is used to provide security features.It can be found in Application.scala file.