this repo has no description
0
fork

Configure Feed

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

update oauth demo permissions requested

+2 -1
+2 -1
atproto/auth/oauth/cmd/oauth-web-demo/main.go
··· 79 79 80 80 func runServer(cctx *cli.Context) error { 81 81 82 - scopes := []string{"atproto", "account:email"} 82 + // the 'account:email' scope is requested only as a demo of users not granting a permission during auth flow 83 + scopes := []string{"atproto", "repo:app.bsky.feed.post?action=create", "account:email"} 83 84 bind := ":8080" 84 85 85 86 var config oauth.ClientConfig