···79798080func runServer(cctx *cli.Context) error {
81818282- scopes := []string{"atproto", "account:email"}
8282+ // the 'account:email' scope is requested only as a demo of users not granting a permission during auth flow
8383+ scopes := []string{"atproto", "repo:app.bsky.feed.post?action=create", "account:email"}
8384 bind := ":8080"
84858586 var config oauth.ClientConfig