Configure Bruno Collection Authentication
How to configure authentication for a Snyk API and Web scan that uses a Bruno Collection, including dynamic token generation
Example scenario
Configure your Bruno collection for authentication

test("Token is valid", function () { const data = res.getBody(); expect(data.valid).to.be.true; });
Test and export the collection
Add or update your Bruno target
Configure Bruno target authentication
Configure Bruno logout detection (optional)
Last updated
Was this helpful?

