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:
8
dev.toml
Normal file
8
dev.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
# Local development config -- copy to .env or set in shell
|
||||
KRATOS_PUBLIC_URL = "http://localhost:4433"
|
||||
KRATOS_ADMIN_URL = "http://localhost:4434"
|
||||
PUBLIC_URL = "http://localhost:3000"
|
||||
PORT = "3000"
|
||||
ADMIN_IDENTITY_IDS = ""
|
||||
CSRF_COOKIE_SECRET = "dev-secret-change-in-production"
|
||||
COOKIE_SECRET = "dev-cookie-secret"
|
||||
Reference in New Issue
Block a user