From 3dc2cd57961d81fcd560b89aaa9d2702f3512655 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Mon, 30 Dec 2024 17:58:02 -0600 Subject: [PATCH] feat: add transition:generic scope to deployment. --- scripts/cloudflare-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudflare-build.sh b/scripts/cloudflare-build.sh index af10853f7..80c10847a 100755 --- a/scripts/cloudflare-build.sh +++ b/scripts/cloudflare-build.sh @@ -13,7 +13,7 @@ echo '{ "tos_uri": "https://pigeon.muni.town", "policy_uri": "https://pigeon.muni.town", "redirect_uris": ["https://pigeon.muni.town/_matrix/custom/oauth/callback"], - "scope": "atproto", + "scope": "atproto transition:generic", "grant_types": ["authorization_code", "refresh_token"], "response_types": ["code"], "token_endpoint_auth_method": "none",