aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/com/drivergrp/core/auth.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-130/+0
| | | | multiple permissions
* New permissions for Review and Amendv0.9.1vlad2016-10-101-14/+7
|
* Auth service providing directive and using external source of token-to-user ↵v0.9.0vlad2016-10-031-24/+44
| | | | resolution
* Type for password hashv0.8.10vlad2016-09-281-0/+2
|
* 401 rejections for absent permissionv0.8.8vlad2016-09-261-1/+7
|
* Adding permissions to the user + Allowing to pass auth token as a parametervlad2016-09-191-23/+37
|
* Finer grained permission-controlvlad2016-08-031-17/+59
|
* More abstract auth model and File service definitionvlad2016-08-021-57/+10
|
* Domain model responsible for auth is in core + Akka-http auth directives + ↵vlad2016-08-021-0/+100
More specific REST service API