Caddy module to require at-proto authentication and restrict routes to DIDs
3

Configure Feed

Select the types of activity you want to include in your feed.

Remove unnecessary scope

+1 -1
+1 -1
internal/oauth/manager.go
··· 35 35 config := &indigoOauth.ClientConfig{ 36 36 ClientID: clientID, 37 37 CallbackURL: callbackURL, 38 - Scopes: []string{"atproto", "transition:generic"}, 38 + Scopes: []string{"atproto"}, 39 39 UserAgent: "caddy-atproto-auth/1.0", 40 40 PrivateKey: pk, 41 41 KeyID: &kid,