We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24d3a6 commit 90d62cfCopy full SHA for 90d62cf
.changeset/blue-islands-knock.md
@@ -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