feat: add support for Digest authorization (#4339)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -209,14 +209,25 @@
|
||||
"token": "Token",
|
||||
"type": "Authorization Type",
|
||||
"username": "Username",
|
||||
"advance_config": "Advanced Configuration",
|
||||
"advance_config_description": "Hoppscotch automatically assigns default values to certain fields if no explicit value is provided",
|
||||
"aws_signature": {
|
||||
"access_key": "Access Key",
|
||||
"secret_key": "Secret Key",
|
||||
"service_name": "Service Name",
|
||||
"aws_region": "AWS Region",
|
||||
"service_token": "Service Token",
|
||||
"advance_config": "Advanced Configuration",
|
||||
"advance_config_description": "Hoppscotch automatically assigns default values to certain fields if no explicit value is provided"
|
||||
"service_token": "Service Token"
|
||||
},
|
||||
"digest": {
|
||||
"realm": "Realm",
|
||||
"nonce": "Nonce",
|
||||
"algorithm": "Algorithm",
|
||||
"qop": "qop",
|
||||
"nonce_count": "Nonce Count",
|
||||
"client_nonce": "Client Nonce",
|
||||
"opaque": "Opaque",
|
||||
"disable_retry": "Disable Retrying Request",
|
||||
"inspector_warning": "Agent interceptor is recommended when using Digest Authorization."
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
Reference in New Issue
Block a user