Skip to content

feat(auth): always prompt for authorization method (admin or JWT) on every request#119

Merged
carloseberhardt merged 1 commit intomainfrom
issue-118
Jul 16, 2025
Merged

feat(auth): always prompt for authorization method (admin or JWT) on every request#119
carloseberhardt merged 1 commit intomainfrom
issue-118

Conversation

@carloseberhardt
Copy link
Contributor

  • Always prompt for authorization method (admin key or JWT) on every request, including codelens and persisted operation flows.\n- Persist only the JWT value for convenience.\n- No longer persist the last selection; user can switch methods on every run.\n- Fixes Enhancement: configure run-request command to support JWT authorization #118.\n\nUX:\n- Consistent prompt for all entry points.\n- JWT is pre-filled if previously used.\n- No need for a separate command to change method.\n\nTechnical:\n- Updates all entry points to require context and prompt for auth.\n- Refactors prompt logic for clarity and consistency.\n- Updates CLI header handling for correct quoting.\n\nAll tests and linting pass. Ready for review.

…every request, persist JWT only, and support all entry points
@carloseberhardt carloseberhardt merged commit c44a0bd into main Jul 16, 2025
1 check passed
@carloseberhardt carloseberhardt deleted the issue-118 branch July 16, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: configure run-request command to support JWT authorization

2 participants