Skip to content

Commit 90d62cf

Browse files
committed
chore: add changeset
1 parent c24d3a6 commit 90d62cf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.changeset/blue-islands-knock.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@redocly/respect-core": minor
3+
"@redocly/openapi-core": minor
4+
"@redocly/cli": minor
5+
---
6+
7+
Added `x-security` extension for Respect that enables secure handling of authentication in workflows.
8+
This extension allows you to:
9+
10+
- Define security schemes at the step level using either predefined schemes or inline definitions
11+
- Pass secrets values (passwords, tokens, API keys)
12+
- Support multiple authentication types including:
13+
- API Key (query, header, or cookie)
14+
- Basic authentication
15+
- Bearer token
16+
- Digest authentication
17+
- OAuth2
18+
- OpenID connect
19+
- Automatically transform security parameters into appropriate HTTP headers or query parameters

0 commit comments

Comments
 (0)