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:
10
ui/cunningham.ts
Normal file
10
ui/cunningham.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
themes: {
|
||||
default: {},
|
||||
dark: {},
|
||||
"dsfr-light": {},
|
||||
"dsfr-dark": {},
|
||||
"anct-light": {},
|
||||
"anct-dark": {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user