Sign in

Authorize a client app

documented

Redirect a user to Beeminder's OAuth authorization endpoint to grant access to an app.

GET /apps/authorizeOAuthno implementation yet0 runs
No 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"