fix: handle optional clientSecret in OAuth2 authorization header (#6186)

* fix: handle optional clientSecret in OAuth2 authorization header

* style: standardize string quotes in OAuth2 token functions

* test: add comprehensive tests for OAuth2 client credentials and password grant flows
This commit is contained in:
Abhishek S Lal
2026-01-13 19:30:11 +05:30
committed by GitHub
parent 7e3386b1b8
commit c918c679d7
5 changed files with 492 additions and 8 deletions

View File

@@ -58,6 +58,8 @@ jobs:
run: npm run test --workspace=packages/bruno-converters
- name: Test Package bruno-electron
run: npm run test --workspace=packages/bruno-electron
- name: Test Package bruno-requests
run: npm run test --workspace=packages/bruno-requests
cli-test:
name: CLI Tests