Skip to content

feat: add Basic Auth and API Key authentication types#11

Merged
slverma merged 11 commits into
mainfrom
feat/api-key-basic-auth
May 17, 2026
Merged

feat: add Basic Auth and API Key authentication types#11
slverma merged 11 commits into
mainfrom
feat/api-key-basic-auth

Conversation

@slverma

@slverma slverma commented May 17, 2026

Copy link
Copy Markdown
Owner

fix : deployment

@slverma slverma merged commit 4b5a2d9 into main May 17, 2026
1 check passed
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))
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.

1 participant