You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): upgrade sdk-go to v0.2.0 (credstore API) (#14)
- Bump github.com/go-authgate/sdk-go to v0.2.0; update Go version
(1.24.2 → 1.25.0) and transitive dependencies
- Migrate from sdk-go/tokenstore to sdk-go/credstore throughout:
- tui/types.go: TokenStorage aliases credstore.Token
- main.go: tokenStore typed as credstore.Store[credstore.Token];
initTokenStore updated to credstore constructors
- Save/Load call sites updated to new generic API signatures
(Save takes explicit clientID + value, Load returns value not pointer)
- Update tests: credstore.NewTokenFileStore, Save/Load signatures,
type assertions updated to generic credstore concrete types
- Document TOKEN_STORE env var in .env.example
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments