Discussions

Ask a Question

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.

Enabling two factor authentication

How to integrate two factor authentication using deadbolt?

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.

Scala documentation is out of date

Hi Steve,

Any plans on supporting Play 2.6

Hi!

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:

ANSWERED

What would be the best way to handle JWT authenticator idle expiration?

I would like to handle idle expiration by updating the tokens with every request, so essentially touch the validated token and send it back with the result.

ANSWERED

Request body is of type Nothing

Hi!

ANSWERED

How deadbolt 2.4.4 integrate with Play-Framework 2.3.10

Hello Team,