feat: add Basic Auth and API Key authentication types#11
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…blocks inheritance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
slverma
pushed a commit
that referenced
this pull request
May 17, 2026
## 1.3.0 (2026-05-17) * feat: add Auth tab to request editor with inherit/bearer/none modes ([b546036](b546036)) * feat: add AuthConfig type to RequestConfig, FolderConfig, and InheritedConfig ([0f09621](0f09621)) * feat: add Authentication section to folder/collection editor ([cfcc9e0](cfcc9e0)) * feat: add Basic Auth and API Key authentication types (#10) ([27328b7](27328b7)), closes [#10](#10) * feat: add Basic Auth and API Key authentication types (#11) ([4b5a2d9](4b5a2d9)), closes [#11](#11) * feat: add EyeIcon component for response hide/show toggle ([43e6cd3](43e6cd3)) * feat: add isSmallScreen auto-layout and isResponseHidden state to context ([4cc0947](4cc0947)) * feat: add resolveAuthToken helper ([dfbc491](dfbc491)) * feat: add styles for response hide panel and response header actions ([ac2d1ef](ac2d1ef)) * feat: create AuthTab component for request editor ([2bdab47](2bdab47)) * feat: create ResponsePanel component with layout toggle and hide button ([119aef2](119aef2)) * feat: include auth in configLoaded message from RequestEditorProvider ([af193b6](af193b6)) * feat: inject resolved Bearer auth header into request execution and cURL export ([d18abd0](d18abd0)) * feat: resolve auth in getInheritedConfig (child overrides parent) ([5991dc2](5991dc2)) * feat: use close icon for hide response button ([957fa1d](957fa1d)) * Chore/release v1.2.5 (#9) ([bd3bfae](bd3bfae)), closes [#9](#9) * Merge pull request #7 from slverma/feat/response-panel-improvements ([c7e1920](c7e1920)), closes [#7](#7) * Merge pull request #8 from slverma/feat/bearer-auth ([cccddac](cccddac)), closes [#8](#8) * fix: auth config takes priority over manual Authorization header ([7165928](7165928)) * fix: enable clipboard paste in Monaco find widget (Ctrl+F search) ([4e4701f](4e4701f)) * fix: hide response closes the full panel (resets on next request) ([d33a1f5](d33a1f5)) * fix: improve find widget paste - direct input manipulation, cleanup, debug logging ([5ee168a](5ee168a)) * fix: rename auth option label to 'inherit from parent' ([2597abd](2597abd)) * fix: standardize EyeIcon size to 16x16 ([2d5e351](2d5e351)) * chore: exclude scripts from tsc, upgrade Node to 22, add deploy script and CLAUDE.md ([d78de43](d78de43)) * docs: add bearer auth design spec ([2aa9aec](2aa9aec)) * docs: add bearer auth implementation plan ([e5eea1b](e5eea1b)) * docs: add implementation plan for response panel improvements ([8d4c121](8d4c121)) * enh: add file ignore ([bcd2945](bcd2945)) * refactor: extract response content helpers to remove duplication in ResponsePanel ([042a4ac](042a4ac)) * refactor: use ResponsePanel component, remove layout toggle from request-bar ([c0f9642](c0f9642))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix : deployment