mkurz / deadbolt-2-scala

Idiomatic Scala API for Deadbolt 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert AuthenticatedRequest to extend WrappedRequest.

schaloner opened this issue · comments

AuthenticatedRequest currently extends Request. By changing it to extend WrappedRequest, it will be much easier to fit into the regular Play way of things.

See issue mkurz/deadbolt-2#71 for original issue report.