Initial server: Deno/Hono backend with auth, CSRF, Hydra consent, and flow proxy

Hono app serving as the login UI and admin panel for Ory Kratos + Hydra.
Handles OIDC consent/login flows, session management, avatar uploads,
and proxies Kratos admin/public APIs.
This commit is contained in:
2026-03-21 15:17:56 +00:00
commit 1467a948d0
65 changed files with 5525 additions and 0 deletions

10
ui/cunningham.ts Normal file
View File

@@ -0,0 +1,10 @@
export default {
themes: {
default: {},
dark: {},
"dsfr-light": {},
"dsfr-dark": {},
"anct-light": {},
"anct-dark": {},
},
};