mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 21:25:45 +00:00
20 lines
302 B
JSON
20 lines
302 B
JSON
{
|
|
"version": "1",
|
|
"name": "OAuth2 Demo",
|
|
"type": "collection",
|
|
"scripts": {
|
|
"moduleWhitelist": [
|
|
"crypto"
|
|
],
|
|
"filesystemAccess": {
|
|
"allow": true
|
|
}
|
|
},
|
|
"clientCertificates": {
|
|
"enabled": true,
|
|
"certs": []
|
|
},
|
|
"presets": {
|
|
"requestType": "http"
|
|
}
|
|
} |