From 1d27312ac8473da904029e97136e4eb29d716566 Mon Sep 17 00:00:00 2001 From: Nikos Date: Mon, 29 Apr 2024 14:57:20 +0300 Subject: [PATCH] chore: update config schema --- .schema/config.schema.json | 5 +++++ spec/config.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.schema/config.schema.json b/.schema/config.schema.json index 45614396c3f..ca25a6ab9d3 100644 --- a/.schema/config.schema.json +++ b/.schema/config.schema.json @@ -423,6 +423,11 @@ "description": "Sets the session cookie name. Use with care!", "type": "object", "properties": { + "device_csrf": { + "type": "string", + "title": "CSRF Cookie Name", + "default": "ory_hydra_device_csrf" + }, "login_csrf": { "type": "string", "title": "CSRF Cookie Name", diff --git a/spec/config.json b/spec/config.json index a0dd7ea8880..b758aecff3a 100644 --- a/spec/config.json +++ b/spec/config.json @@ -464,6 +464,11 @@ "description": "Sets the session cookie name. Use with care!", "type": "object", "properties": { + "device_csrf": { + "type": "string", + "title": "CSRF Cookie Name", + "default": "ory_hydra_device_csrf" + }, "login_csrf": { "type": "string", "title": "CSRF Cookie Name",