aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/auth.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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