Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play 2 authentication and authorization module [closed]

I am newbie to Play 2 framework. Can some one suggest a good user authentication and authorization module.

like image 375
Simpanoz Avatar asked Aug 27 '12 12:08

Simpanoz


2 Answers

This module is pretty awesome http://joscha.github.com/play-authenticate/

like image 199
Maik Klein Avatar answered Nov 09 '22 03:11

Maik Klein


You can use SecureSocial: http://www.securesocial.ws. It provides Java and Scala APIs so you can use your preferred language.

like image 38
Jorge Avatar answered Nov 09 '22 02:11

Jorge