Commit Graph

3 Commits

Author SHA1 Message Date
666369714b feat: add --api flag for Canvas API token authentication
- Add APIToken field to Credentials struct with omitempty JSON tag
- Implement GetAPIToken() method with persistent token storage
- Add SaveRefreshToken() helper to preserve API tokens during OAuth
- Implement --api CLI flag to use API token instead of OAuth
- Validate empty refresh tokens and skip refresh if invalid
- Update README with API token usage documentation
2026-06-19 21:12:43 +02:00
25729ce492 fix: update Canvas OAuth flow 2026-06-19 21:00:02 +02:00
ea91e2a16e first commit 2026-02-13 18:49:29 +01:00