aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* workers do API-passing (not URI-passing)Bryan Newbold2019-01-083-14/+12
|
* importers and tests all use new api-passingBryan Newbold2019-01-0814-23/+103
|
* start updating importer auth with crossref importerBryan Newbold2019-01-085-19/+56
|
* entity_to_json -> entity_to_dictBryan Newbold2019-01-082-2/+2
|
* python codegenBryan Newbold2019-01-083-0/+100
|
* add test/dev scoped auth token to exampleBryan Newbold2019-01-081-1/+2
|
* run basic CLI tests in CIBryan Newbold2019-01-082-0/+28
|
* partial fixes to fatcat_export.pyBryan Newbold2019-01-081-4/+7
|
* start refactoring API object passingBryan Newbold2019-01-086-23/+96
|
* decode GIT_REVISION earlierBryan Newbold2019-01-082-2/+2
|
* add auth/check endpointBryan Newbold2019-01-0713-47/+480
|
* commit missing bits from username length changeBryan Newbold2019-01-071-1/+3
|
* basic IA XAuth notesBryan Newbold2019-01-071-3/+14
|
* more auth notesBryan Newbold2019-01-071-0/+10
|
* basic/crude IA loginBryan Newbold2019-01-077-9/+103
|
* bump allowed username length to 25 charsBryan Newbold2019-01-071-1/+1
|
* only superusers get auto-magic-privsBryan Newbold2019-01-073-3/+3
|
* fix base64 bogus auth keysBryan Newbold2019-01-041-2/+2
|
* add superuser role/flagBryan Newbold2019-01-046-31/+44
|
* one-month default session; lock down cookiesBryan Newbold2019-01-042-0/+8
|
* clean up notes a tiny bitBryan Newbold2019-01-046-45/+40
|
* gigantic auth docsBryan Newbold2019-01-042-154/+215
|
* update top-level TODOBryan Newbold2019-01-041-11/+7
|
* rust: TODO updatesBryan Newbold2019-01-041-4/+7
|
* remove old single-page site folderBryan Newbold2019-01-041-196/+0
|
* backup auth notesBryan Newbold2019-01-041-0/+85
|
* update main READMEBryan Newbold2019-01-042-32/+39
|
* update rust READMEBryan Newbold2019-01-041-1/+16
|
* document rust fatcatd configBryan Newbold2019-01-043-9/+36
|
* use .env for all config (and document it)Bryan Newbold2019-01-045-1/+15
|
* basic OIDC auth workingBryan Newbold2019-01-034-30/+44
|
* fix rust side of loginBryan Newbold2019-01-032-8/+18
|
* allow passing prefered_username in oidc signup/loginBryan Newbold2019-01-036-5/+45
|
* account page and renamingBryan Newbold2019-01-037-22/+85
|
* several auth improvementsBryan Newbold2019-01-038-24/+170
|
* require pymacaroonsBryan Newbold2019-01-032-33/+66
|
* python codegenBryan Newbold2019-01-033-0/+112
|
* editor updateBryan Newbold2019-01-032-4/+127
|
* rust codegenBryan Newbold2019-01-039-5/+433
|
* better username constraints in SQLBryan Newbold2019-01-031-1/+3
|
* schema for username updatesBryan Newbold2019-01-031-0/+28
|
* python codegenBryan Newbold2019-01-0310-3/+580
|
* start to impl oidc authBryan Newbold2019-01-034-8/+146
|
* OIDC auth table, and is_active editor flagBryan Newbold2019-01-032-0/+13
|
* crude /auth/oidc endpoint (and codegen)Bryan Newbold2019-01-0311-39/+670
|
* start on webface oauth2/oidc web authBryan Newbold2019-01-026-61/+222
|
* don't need to supply editor_id nowBryan Newbold2018-12-312-8/+4
|
* add crude/manual auth token to python tests (fixing them)Bryan Newbold2018-12-312-3/+14
|
* rust fmtBryan Newbold2018-12-313-11/+4
|
* add missing security/auth declarationsBryan Newbold2018-12-319-42/+258
|