aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/id-and-pass-auth.ts
Commit message (Expand)AuthorAgeFilesLines
* We don't need to import mochaChocobozzz2022-08-171-1/+0
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+2
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
* Reorganize importsChocobozzz2021-07-201-3/+2
* Refactor requestsChocobozzz2021-07-201-1/+1
* Use an object to represent a serverChocobozzz2021-07-201-3/+3
* Shorter server command namesChocobozzz2021-07-201-32/+32
* Introduce user commandChocobozzz2021-07-201-36/+17
* Introduce login commandChocobozzz2021-07-201-23/+26
* Introduce server commandsChocobozzz2021-07-201-7/+6
* Introduce config commandChocobozzz2021-07-201-11/+4
* Introduce plugins commandChocobozzz2021-07-201-21/+15
* Add auth plugin info in users listChocobozzz2020-05-051-1/+15
* Add ability to unregister plugin authsChocobozzz2020-05-041-1/+25
* Add external login testsChocobozzz2020-05-041-2/+28
* Check auth plugin resultChocobozzz2020-05-041-0/+14
* Add plugin auth migrationsChocobozzz2020-05-041-1/+1
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-21/+64
* Support logout and add id and pass testsChocobozzz2020-05-041-21/+76
* Begin auth plugin supportChocobozzz2020-05-041-0/+69