Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Security in Play 2.0

I cant see any reference to security in play 2.0, isnt there built in support for it as in Play 1.X ?

also see question on play 2.0 forum (but not answered there) https://groups.google.com/forum/?fromgroups#!searchin/play-framework/security/play-framework/YHhpAXAsHzE/7g4XrIFsIV0J

like image 611
Thomas Vervik Avatar asked Feb 20 '23 10:02

Thomas Vervik


1 Answers

There's no documentation for it yet (that I can find), but you can look at the Zen Tasks sample app for an idea of how to implement it.

https://github.com/playframework/Play20/tree/master/samples/java/zentasks

like image 172
estmatic Avatar answered Feb 27 '23 18:02

estmatic