deadbolt-2-guide
deadbolt-2-guide copied to clipboard
Comprehensive user guide for Deadbolt 2
Results
1
deadbolt-2-guide issues
Sort by
recently updated
recently updated
newest added
I'm using Play 2.6 and Deadbolt2 I tried as per [example](https://github.com/schaloner/deadbolt-2-guide/blob/master/manuscript/12-deadbolt-scala-controllers.md#action-composition): `def someFunctionA = deadbolt.SubjectPresent() { Action { Ok("Ok") } }` > play.sbt.PlayExceptions$CompilationException: Compilation error[type mismatch; found : play.api.mvc.Action[play.api.mvc.AnyContent] required:...