aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-router.ts
Commit message (Collapse)AuthorAgeFilesLines
* server/mw/oauth: res.loc.auth to true upon authkontrollanten2020-12-081-1/+1
| | | | | | | Setting res.locals.authenticated explicity to true makes it's more clear whether the req is authenticated when using optionalAuthenticate middlware.
* plugins: add optional authentication for routeskontrollanten2020-12-081-0/+21
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-4/+5
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-0/+91