-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey guys. I was looking through the security templates and code and realized that the security extractors have the type parameters User :> Any
. For example def basicAuth[User >: Any]:
I'm wondering: Is this a feature, or is this something that should be fixed?
I'd like to wrap the request with the data generated by the authentication process, through play's play.api.mvc.WrappedRequest
with the WrappedRequest
's type parameter being the type of the generated data.
Metadata
Metadata
Assignees
Labels
No labels