def authByPanda[A]()

in hmac/play/play_2-9/src/main/scala/com/gu/pandahmac/HmacAuthActions.scala [44:47]


  def authByPanda[A](request: Request[A], block: RequestHandler[A]): Future[Result] =
    AuthAction.invokeBlock(request, (request: UserRequest[A]) => {
      block(new UserRequest(request.user, request))
    })