aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcat-auth.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustfmt; implement role-based auth checksBryan Newbold2018-12-311-28/+25
|
* wire-up auth config via ENVBryan Newbold2018-12-311-19/+20
|
* basic auth unittestsBryan Newbold2018-12-281-1/+5
|
* more auth refactoringBryan Newbold2018-12-281-4/+4
|
* start refactor of auth codeBryan Newbold2018-12-281-1/+2
| | | | | | | Pulls auth code (which requires the persistent state of a signing keyring) into a struct. Doesn't try verify macaroon in middleware, do it in individual wrappers.
* more basic work on authBryan Newbold2018-12-271-16/+20
|
* sql codegen and WIP on auth commandBryan Newbold2018-12-271-11/+29
|
* start skeleton of auth internal bitsBryan Newbold2018-12-261-0/+109