aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/external-auth.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-23/+24
|
* Provide express request to onLogout callChocobozzz2020-11-201-4/+30
| | | | + pluginInfo related changes
* Fix external auth email/password updateChocobozzz2020-05-201-0/+10
| | | | Also check if an actor does not already exist when creating the user
* Add other tests to external authChocobozzz2020-05-111-5/+47
|
* Add ability to unregister plugin authsChocobozzz2020-05-041-1/+37
|
* Add external login testsChocobozzz2020-05-041-0/+295