aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/auth.ts
Commit message (Expand)AuthorAgeFilesLines
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-3/+4
* Provide express request to onLogout callChocobozzz2020-11-201-2/+2
* Reorganize client shared modulesChocobozzz2020-06-231-1/+1
* Cleanup oauth tokens cacheChocobozzz2020-05-111-0/+8
* Handle external login errorsChocobozzz2020-05-041-6/+12
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+1
* Add external login testsChocobozzz2020-05-041-7/+6
* Begin support for external authsChocobozzz2020-05-041-66/+159
* Check auth plugin resultChocobozzz2020-05-041-2/+27
* Add plugin auth migrationsChocobozzz2020-05-041-18/+22
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-58/+70
* Support logout and add id and pass testsChocobozzz2020-05-041-6/+44
* Begin auth plugin supportChocobozzz2020-05-041-0/+101