aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_auth.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-3/+3
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-10/+7
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* squelch more build warningsBryan Newbold2019-01-081-1/+0
|
* rust fmtBryan Newbold2019-01-081-1/+2
|
* iterate on macaroon time caveat namesBryan Newbold2019-01-081-2/+1
|
* add superuser role/flagBryan Newbold2019-01-041-3/+3
|
* crude admin auth in testsBryan Newbold2018-12-311-1/+2
|
* rustfmt; implement role-based auth checksBryan Newbold2018-12-311-7/+5
|
* include unwrap() in testsBryan Newbold2018-12-291-1/+1
|
* basic auth unittestsBryan Newbold2018-12-281-0/+48