Created
April 24, 2026 16:47
-
-
Save tomasmuller/385bb3801fa817cc97f9b2862b842966 to your computer and use it in GitHub Desktop.
Bonsai CIMD local test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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