aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/AuthTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-165/+0
|
* [RFC] Use akka's built-in authenticate/authorize directives in AuthProvider ↵Zach Smith2018-08-011-15/+35
| | | | | | | | | | (#136) * Use akka's built-in authenticate/authorize directives in AuthProvider * Move AuthProvider companion object to AuthProvider file, move realm to parameter of AuthProvider * Add secondary constructor to maintain ABI compat
* Use AuthenticationFailedRejection to send 401 back to the client (#151)v1.8.20Satya Boora2018-04-101-1/+2
|
* Add expirationTime to AuthTokenUserInfoZach Smith2018-01-251-1/+3
|
* Remove authId from AuthTokenUserInfo and remove AuthUser case classZach Smith2018-01-251-1/+0
|
* Apply new formattingJakob Odersky2017-11-201-9/+11
|
* Refactor rest package into separate filesZach Smith2017-10-121-0/+1
|
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-051-2/+1
|
* Merge remote-tracking branch 'origin/master'vlad2017-08-071-1/+1
|\
| * Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-1/+1
| |
* | Users hierarchy simplificationvlad2017-07-281-1/+9
|/
* Return map of authorized permissionsZach Smith2017-06-161-1/+1
|
* Add user parameter to authorization methodZach Smith2017-05-241-2/+2
|
* Permissions token refactorsZach Smith2017-05-241-11/+14
|
* Override hashCode equals and toString, rename to AuthorizedRequestContextZach Smith2017-05-241-7/+8
|
* Update AuthProvider to use cached permissions tokenZach Smith2017-05-241-19/+52
|
* PDW-598 Getting rid of log wrappervlad2017-04-121-1/+1
|
* PDW-238 Session validity verification support for `AuthProvider`, abstract ↵vlad2017-03-251-0/+4
| | | | `isSessionValid`
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-6/+7
|
* PDW-238 Session validity verification support for `AuthProvider`vlad2017-03-241-2/+2
|
* Auth provider simplificationvlad2017-03-241-9/+7
|
* More logging for authorizationvlad2017-02-221-0/+2
|
* Abstracting out Authorization rules and passing it ServiceRequestContextv0.10.5vlad2017-02-031-4/+6
|
* Removing permissions from user and role as permission is something to check ↵vlad2017-02-021-9/+13
| | | | | | 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-15/+21
| | | | todo items
* Changed ids underlying type to String and made Ids and Names — value-classesvlad2016-11-291-10/+7
|
* DIR-135 Directive for more effortless context extractionv0.9.9vlad2016-11-021-7/+12
|
* DIR-135 Consistent request context extractionv0.9.8vlad2016-11-011-11/+11
|
* Request tracing and audit loggingv0.9.7vlad2016-10-261-2/+2
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-0/+77
multiple permissions