aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/auth.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: bump macaroon crate to v0.3.0 (upstream)Bryan Newbold2022-10-211-17/+9
* rust: clippy cleanupsBryan Newbold2022-10-051-18/+17
* rust: add some more macaroons/auth test coverageBryan Newbold2022-10-051-6/+29
* rust: switch from patched macaroons to upstream v0.2.0Bryan Newbold2022-09-261-72/+111
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-1/+1
* cargo fix ('dyn' keywords)Bryan Newbold2019-08-261-1/+1
* rustfmtBryan Newbold2019-04-091-1/+4
* rust: fix macaroon expiry checkBryan Newbold2019-04-091-10/+19
* auth editor not-found is a 403 auth responseBryan Newbold2019-01-291-1/+13
* yet more edit lifecycle progressBryan Newbold2019-01-111-4/+4
* code docs/comments and rustfmtBryan Newbold2019-01-101-0/+4
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-20/+21
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-8/+8
* some clippy nitsBryan Newbold2019-01-091-23/+20
* huge refactor of rust modules/filesBryan Newbold2019-01-081-3/+28
* rust 2018 edition!Bryan Newbold2019-01-081-4/+4
* rust fmtBryan Newbold2019-01-081-21/+25
* better rust auth error handling/responsesBryan Newbold2019-01-081-8/+22
* iterate on macaroon time caveat namesBryan Newbold2019-01-081-20/+19
* add auth/check endpointBryan Newbold2019-01-071-5/+16
* only superusers get auto-magic-privsBryan Newbold2019-01-071-1/+1
* add superuser role/flagBryan Newbold2019-01-041-11/+21
* allow multiple 'alt' keys to be specified in envBryan Newbold2018-12-311-0/+6
* add auth middleware back inBryan Newbold2018-12-311-3/+94
* rustfmt; implement role-based auth checksBryan Newbold2018-12-311-41/+151
* wire-up auth config via ENVBryan Newbold2018-12-311-5/+15
* basic auth unittestsBryan Newbold2018-12-281-4/+1
* more auth refactoringBryan Newbold2018-12-281-54/+59
* start refactor of auth codeBryan Newbold2018-12-281-183/+110
* more basic work on authBryan Newbold2018-12-271-19/+178
* sql codegen and WIP on auth commandBryan Newbold2018-12-271-14/+35
* start skeleton of auth internal bitsBryan Newbold2018-12-261-0/+106