aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcat-auth.rs
Commit message (Collapse)AuthorAgeFilesLines
* implement --env-format for fatcat-authBryan Newbold2019-01-111-7/+15
|
* yet more edit lifecycle progressBryan Newbold2019-01-111-8/+12
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-2/+4
|
* narrow down many glob importsBryan Newbold2019-01-101-5/+3
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-4/+4
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-34/+10
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* 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