mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(auth): Add support for partial-auth, by facilitating injection of authentication parameters in headers (#4802)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
This commit is contained in:
@ -84,5 +84,8 @@ counter_metric!(
|
||||
GLOBAL_METER
|
||||
);
|
||||
|
||||
#[cfg(feature = "partial-auth")]
|
||||
counter_metric!(PARTIAL_AUTH_FAILURE, GLOBAL_METER);
|
||||
|
||||
counter_metric!(API_KEY_REQUEST_INITIATED, GLOBAL_METER);
|
||||
counter_metric!(API_KEY_REQUEST_COMPLETED, GLOBAL_METER);
|
||||
|
||||
Reference in New Issue
Block a user