aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest.scala
Commit message (Collapse)AuthorAgeFilesLines
* AlwaysAllowAuthorization implementation for Authorizationv0.10.8vlad2017-02-131-0/+6
|
* Abstracting out Authorization rules and passing it ServiceRequestContextv0.10.5vlad2017-02-031-3/+6
|
* Made rest directives change less disruptivev0.10.3vlad2017-02-021-33/+30
|
* executionContext made protected in AuthProvider not to expose thatv0.10.2vlad2017-02-021-1/+1
|
* Removing permissions from user and role as permission is something to check ↵vlad2017-02-021-54/+42
| | | | | | not something to have now Adding couple handy case classes
* Cleaned up core from Driver-specific roles and permissions, updated README ↵v0.9.34vlad2017-02-011-31/+100
| | | | todo items
* Handy method to get auth from the request contextv0.9.32vlad2017-01-191-1/+5
|
* Swagger schema configurabilityv0.9.30vlad2016-12-221-0/+2
|
* DIR-135 Return tracing headers in all responsesv0.9.12vlad2016-11-091-2/+8
|
* DIR-135 Handy default values for contextvlad2016-11-021-1/+3
|
* DIR-135 Directive for more effortless context extractionv0.9.9vlad2016-11-021-7/+9
|
* DIR-135 Consistent request context extractionv0.9.8vlad2016-11-011-19/+36
|
* Request tracing and audit loggingv0.9.7vlad2016-10-261-1/+2
|
* Fixing "Sending an 2xx 'early' response before end of request was ↵v0.9.5vlad2016-10-261-4/+3
| | | | received..." for no entity requests
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+126
multiple permissions