-
Refactor token management, client initialization, and project handling
Some checks failedgoreleaser / goreleaser (push) Has been cancelledreleased this
2025-07-04 09:08:58 +00:00 | 2088 commits to main since this release- Consolidated
TokenStoragestruct intointernal/auth/models.gofor better organization. - Updated
Clientto useTokenStoragefor managing email and project ID. - Simplified
SetupUsermethod to ensure proper token and project assignment. - Refactored API handlers to leverage new
GetEmailandGetProjectIDmethods inClient. - Cleanup: Removed unused structures and redundant code from
client.goandauth.go. - Adjusted CLI flow in
login.goandrun.gofor streamlined user onboarding.
Downloads
- Consolidated