bruno/packages/bruno-electron/src
Sanjai Kumar 637e53421e
Feat/api key auth (#2478)
* feat: Added ApiKeyAuth component

* feat: Add support for API Key authentication

- Added the ApiKeyAuth component to handle API Key authentication mode.
- Updated the AuthMode component to include an option for API Key authentication.
- Updated the collections schema to include validation for API Key authentication.
- Updated the collectionsSlice to handle API Key authentication in the Redux store.

* refactor: input value handlers

- Removed the separate handleKeyChange, handlePlacementChange and handleValueChange functions and consolidated them into handleAuthChange.

* feat: Update prepare-request to handle API Key authentication in query parameters

* refactor: handling the queryparams placement api key values in the ConfigureRequest function

* refactor: added collection level api key auth

* refactor: updated collection export function

* refactor: add default placement for API key authentication in ApiKeyAuth component

* refactor: add default placement for API key authentication in ApiKeyAuth component in CollectionSettings

* refactor: update generateAuth function to handle API key authentication in postman collection exporter

* refactor: fix typo in API key placement for collection export

* Made minor changes in the logic.

* Updated the importers for postman to handle new auth type.
2024-09-20 17:28:53 +05:30
..
about #203 #254 #231 2023-09-30 21:56:21 +02:00
app Fix/enospc (#2789) 2024-08-14 15:20:17 +05:30
bru fix(#2573): Fix broken resequenzing of requests (#2574) 2024-07-06 23:07:36 +05:30
cache chore(#197): ran prettier on packages/bruno-electron 2023-09-22 00:36:42 +05:30
ipc Feat/api key auth (#2478) 2024-09-20 17:28:53 +05:30
store feat: update proxy implementation in preferences (#2977) 2024-08-30 15:22:06 +05:30
utils bugfix(#1320):Now the form-url-encoded params in the body can contain multiple values with same name. (#2964) 2024-09-15 23:27:16 +05:30
index.js fix: validate docs links (#3122) 2024-09-18 17:02:39 +05:30
preload.js chore(#197): ran prettier on packages/bruno-electron 2023-09-22 00:36:42 +05:30