Skip to content

Instantly share code, notes, and snippets.

@tomasmuller
Created April 24, 2026 16:47
Show Gist options
  • Select an option

  • Save tomasmuller/385bb3801fa817cc97f9b2862b842966 to your computer and use it in GitHub Desktop.

Select an option

Save tomasmuller/385bb3801fa817cc97f9b2862b842966 to your computer and use it in GitHub Desktop.
Bonsai CIMD local test
{
"client_id": "https://cdn.statically.io/gist/tomasmuller/385bb3801fa817cc97f9b2862b842966/raw/client.json",
"client_name": "Local Test via CIMD",
"redirect_uris": ["http://127.0.0.1:8080/callback"],
"grant_types": ["authorization_code", "refresh_token"],
"response_types": ["code"],
"token_endpoint_auth_method": "none",
"scope": "public tasks:read tasks:write"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment