From 3037cf3505545405b2c78a9b6884d71c045acc5b Mon Sep 17 00:00:00 2001 From: Thomas Taylor Date: Mon, 13 Jul 2026 14:47:53 +0100 Subject: [PATCH] Chore: drop vestigial disavow:auth/clear:session scopes (fixes #54) --- conf/config.schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/config.schema.json b/conf/config.schema.json index 60adeba..9c42c93 100644 --- a/conf/config.schema.json +++ b/conf/config.schema.json @@ -33,12 +33,10 @@ "shortName": "authuser", "displayName": "Authenticated user", "scopes": [ - "clear:session", "read:config", "read:lang", "read:me", - "write:me", - "disavow:auth" + "write:me" ] }, {