mkurz / deadbolt-2-scala

Idiomatic Scala API for Deadbolt 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authorization before request body validation

aswarcewicz opened this issue · comments

When we pass body parser to deadbolt action parsing is invoked before authorization. So when we pass invalid request body and invalid authorization data we get validation error response instead authorization error.