Miro Production Checklist Overview Complete checklist for deploying Miro REST API v2 integrations to production, covering OAuth configuration, rate limit readiness, monitoring, and rollback. Pre-Deployment: OAuth & Scopes - [ ] Production Miro app created at https://developers.miro.com (separate from dev app) - [ ] OAuth scopes minimized — only scopes actively used (see ) - [ ] Redirect URI points to production HTTPS endpoint - [ ] Client secret stored in secret manager (not env vars on disk) - [ ] Token refresh logic tested — handles expired tokens gracefully - [ ] Token storage uses encrypt…