Discussions
Is there a sample application?
I am trying to implement Deadbolt into a Scala application,
I realise the code in the guide is an example but am having a hard time going through the guide and working out where everything needs to go in my application.
Posted by Gavin Baumanis about 5 years ago
Enabling two factor authentication
How to integrate two factor authentication using deadbolt?
Posted by Chirag Singhal almost 6 years ago
Mixing Deadbolt with Play cached Actions
Posted by Tristan over 6 years ago
Empty request body in tests
I have a POST request that contains some data I need to inspect before deciding which deadbolt dynamic constraint to use, so I'm parsing the request body using Play's action builder Action.async(parse.json) and then calling one of two dynamic handlers based on the content.
Posted by Ben Stephenson over 6 years ago
Scala documentation is out of date
Hi Steve,
Posted by Alexey Antipin almost 7 years ago
Any plans on supporting Play 2.6
Hi!
Posted by Johan Dahlberg over 7 years ago
How to compose an Action for multipart upload with Subject Present?
First, Steve, excellent library. Kudo! I just love Deadbolt! However, I haven't figured this out:
Posted by Michael Read almost 8 years ago