bruno/packages
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
..
bruno-app Feat/api key auth (#2478) 2024-09-20 17:28:53 +05:30
bruno-cli fix: Allow to set custom user agent (#3146) 2024-09-20 14:09:11 +05:30
bruno-common fix: interpolation of multiple interdependent variables (#2899) 2024-08-23 16:13:00 +05:30
bruno-docs chore: initial commit for bruno docs package 2023-05-19 19:57:58 +05:30
bruno-electron Feat/api key auth (#2478) 2024-09-20 17:28:53 +05:30
bruno-graphql-docs Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-js chore: disableParsingResponseJson shim fn in safe mode (#3110) 2024-09-16 17:13:19 +05:30
bruno-lang Feat/api key auth (#2478) 2024-09-20 17:28:53 +05:30
bruno-query Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-schema Feat/api key auth (#2478) 2024-09-20 17:28:53 +05:30
bruno-tests chore: removed collection vars test as cli support is not yet ready 2024-09-04 11:20:03 +05:30
bruno-toml fix: params test (#2395) 2024-05-31 15:55:23 +05:30