0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/packages/core/src/middleware
Gao Sun 6c323403b3
feat(core): auto sign-out (#1369)
* feat(core): auto sign-out

* fix(core): path when start from root

* refactor(core): per review
2022-07-02 13:55:22 +00:00
..
koa-auth.test.ts refactor(core): remove unnecessary console.log 2022-06-07 22:46:56 +08:00
koa-auth.ts fix(core): koaAuth should return 403 instead of 401 on non-admin role 2022-06-07 19:13:40 +08:00
koa-check-demo-app.ts feat(demo-app): implementation (3/3) (#1021) 2022-06-02 07:32:46 +00:00
koa-connector-error-handler.test.ts feat(connectors): handle authorization callback parameters in each connector respectively (#1166) 2022-06-26 18:03:53 +08:00
koa-connector-error-handler.ts feat(connectors): handle authorization callback parameters in each connector respectively (#1166) 2022-06-26 18:03:53 +08:00
koa-error-handler.test.ts refactor(core): clear mocks after each test (#559) 2022-04-18 12:50:49 +08:00
koa-error-handler.ts
koa-guard.test.ts test(core): add more middleware tests [2 of 2] (#247) 2022-02-18 16:25:32 +08:00
koa-guard.ts
koa-i18next.test.ts test(core): add more middleware tests [2 of 2] (#247) 2022-02-18 16:25:32 +08:00
koa-i18next.ts
koa-log-session.test.ts fix(core): catch interaction not found error (#827) 2022-05-15 13:20:07 +08:00
koa-log-session.ts fix(core): catch interaction not found error (#827) 2022-05-15 13:20:07 +08:00
koa-log.test.ts feat(core): log error body (#1065) 2022-06-07 10:16:14 +00:00
koa-log.ts feat(core): log error body (#1065) 2022-06-07 10:16:14 +00:00
koa-oidc-error-handler.test.ts feat(core): align connector error handler middleware with ConnectorErrorCodes (#1063) 2022-06-10 10:25:28 +08:00
koa-oidc-error-handler.ts chore(core): fix typos (#303) 2022-03-02 12:24:07 +08:00
koa-pagination.test.ts
koa-pagination.ts feat(core): append page and page_size to the query parameters in swagger.json (#1120) 2022-06-15 15:13:04 +08:00
koa-role-guard.test.ts refactor(core,schemas): pascalcase enum keys (#558) 2022-04-18 05:35:48 +00:00
koa-role-guard.ts feat(core): add koa user role guard middleware (#255) 2022-02-23 09:41:55 +08:00
koa-root-proxy.test.ts feat(core): add welcome route (#1080) 2022-06-09 11:42:52 +08:00
koa-root-proxy.ts refactor(core): refactor root path (#1352) 2022-07-01 10:00:08 +00:00
koa-serve-static.ts refactor(core): serve static middleware (#1010) 2022-06-01 05:12:15 +00:00
koa-slonik-error-handler.test.ts feat(core): add switch of enabling object fully replace when updating DB (#1107) 2022-06-14 21:38:10 +08:00
koa-slonik-error-handler.ts refactor(core): slonik error handling (#307) 2022-03-02 15:44:57 +08:00
koa-spa-proxy.test.ts refactor(core): serve static middleware (#1010) 2022-06-01 05:12:15 +00:00
koa-spa-proxy.ts feat(core): auto sign-out (#1369) 2022-07-02 13:55:22 +00:00
koa-spa-session-guard.test.ts feat(core): add welcome route (#1080) 2022-06-09 11:42:52 +08:00
koa-spa-session-guard.ts feat(core): add welcome route (#1080) 2022-06-09 11:42:52 +08:00
koa-user-info.test.ts refactor(core): split mock.ts into __mocks__/*.ts (#510) 2022-04-08 09:47:09 +00:00
koa-user-info.ts
koa-welcome-proxy.test.ts feat(ac): implement admin console welcome page (#1139) 2022-06-20 10:58:27 +08:00
koa-welcome-proxy.ts feat(ac): implement admin console welcome page (#1139) 2022-06-20 10:58:27 +08:00