mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
* feat: add WSSE authentication support to gRPC requests - Introduced WSSE authentication mode in GrpcAuth component. - Updated supported authentication modes to include WSSE. - Refactored gRPC event handlers to streamline authentication header setting. - Added notes regarding limitations of complex auth modes in gRPC. * fix: update authentication header retrieval in setAuthHeaders function - Refactored the setAuthHeaders function to correctly retrieve WSSE and OAuth2 refresh token URLs from the request object instead of the collectionAuth object. - Added comprehensive tests for various authentication modes, ensuring proper inheritance and request-level overrides for AWS v4, basic, bearer, digest, NTLM, WSSE, API key, and OAuth2 authentication methods. * chore: remove outdated comments on gRPC authentication limitations