Authorize a client app
documentedRedirect a user to Beeminder's OAuth authorization endpoint to grant access to an app.
GET /apps/authorizeOAuthno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.beeminder.com/apps/authorize?client_id={{BEEMINDER_CLIENT_ID}}&redirect_uri={{BEEMINDER_REDIRECT_URI}}&response_type=token" \
-H "Accept: text/html"