bruno/packages/bruno-tests/collection_oauth2/collection.bru

23 lines
291 B
Plaintext
Raw Normal View History

headers {
check: again
}
auth {
mode: none
}
auth:basic {
username: bruno
password: {{basicAuthPassword}}
}
auth:bearer {
token: {{bearerAuthToken}}
}
docs {
# bruno-testbench 🐶
This is a test collection that I am using to test various functionalities around bruno
}