Discussions

Ask a Question

What helps radiology clinics keep claims accurate with so many different procedure codes?

With all the code changes radiology billing can be a moving target. Incorporating radiological billing services in the middle of our weekly meetings allowed us to keep abreast and not to overload the team. A shared code change log was one of the tips that were effective. What makes others maintain everybody in the same tune?

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!