Secure cookie flags + CSRF for our own POST forms (todo §4); SECURE_COOKIES toggle on session/CSRF cookies; csrf.ts signed double-submit token + body.ts form reader; logout is now a CSRF-guarded POST form
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
environment:
|
||||
CACHE_TEMPLATES: "true"
|
||||
REQUIRE_SECURE_SECRETS: "true"
|
||||
SECURE_COOKIES: "true" # prod serves https — mark session/CSRF cookies Secure
|
||||
# Wait for the services config.ts talks to (kratos + keto) + the one-shot bootstrap
|
||||
# (admin + JWKS seed). Hydra is post-MVP (§6), not in config.ts, so web skips it.
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user