Rachit Naithani

Results 2 comments of Rachit Naithani

> Either `auth_type` function should be changed to use `parse_jwt_payload` function or `is_jwt_auth` function should also check in cookies for the jwt. > > https://github.com/juspay/hyperswitch/blob/63d2b6855acee1adeae2efff10f424e056af0bcb/crates/router/src/services/authentication.rs#L975 @ThisIsMani As mentioned in the...

Using cookie for authentication and using `Authorization` header for fallback.