From 104ff325b3a87ff51f46d3dd8960bbf9048aa316 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 16 Dec 2025 15:44:55 -0800 Subject: [PATCH] oauth docs: replace transitional OAuth scope --- atproto/auth/oauth/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atproto/auth/oauth/doc.go b/atproto/auth/oauth/doc.go index 85b70d25..ec7f5887 100644 --- a/atproto/auth/oauth/doc.go +++ b/atproto/auth/oauth/doc.go @@ -20,7 +20,7 @@ Create a single [ClientApp] instance during service setup that will be used (con config := oauth.NewPublicConfig( "https://app.example.com/client-metadata.json", "https://app.example.com/oauth/callback", - []string{"atproto", "transition:generic"}, + []string{"atproto", "repo:app.bsky.feed.post?action=create"}, ) // clients are "public" by default, but if they have secure access to a secret attestation key can be "confidential" -- 2.51.2