mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
858536e13d
* feat(#1003): authorization_code grant type PKCE support, code cleanup.. --------- Co-authored-by: lohit-1 <lohit@usebruno.com>
19 lines
297 B
JSON
19 lines
297 B
JSON
{
|
|
"version": "1",
|
|
"name": "collection_oauth2",
|
|
"type": "collection",
|
|
"scripts": {
|
|
"moduleWhitelist": ["crypto"],
|
|
"filesystemAccess": {
|
|
"allow": true
|
|
}
|
|
},
|
|
"clientCertificates": {
|
|
"enabled": true,
|
|
"certs": []
|
|
},
|
|
"presets": {
|
|
"requestType": "http"
|
|
}
|
|
}
|