aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/auth/AuthProvider.scala
Commit message (Expand)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-75/+0
* Add UnauthorizedException and catch it in AuthProvider (#198)Zach Smith2018-08-211-1/+4
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider (...Zach Smith2018-08-011-41/+40
* Use AuthenticationFailedRejection to send 401 back to the client (#151)v1.8.20Satya Boora2018-04-101-3/+3
* Overload authorize directive to check against service contextJakob Odersky2018-02-091-26/+35
* Apply new formattingJakob Odersky2017-11-201-1/+1
* Refactor rest package into separate filesZach Smith2017-10-121-0/+64