Skip to content

Commit

Permalink
feat: add transition:generic scope to deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Dec 30, 2024
1 parent 45d1d45 commit 3dc2cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloudflare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3dc2cd5

Please sign in to comment.