We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f058cf2 commit 218b888Copy full SHA for 218b888
fern/products/cli-api-reference/cli-changelog/2025-09-23.mdx
@@ -1,3 +1,18 @@
1
+## 0.79.0
2
+**`(feat):`** You can now specify security schemes and scopes on the HTTP endpoint `auth` property in Fern Definition.
3
+```yml
4
+service:
5
+ ...
6
+ endpoints:
7
+ getAdmins:
8
9
+ auth:
10
+ - OAuth: ["admin"] # OAuth is the given name of the auth scheme in api.yml
11
+```
12
+
13
14
+**`(feat):`** The OpenAPI parser will now configure the `auth` property on HTTP endpoints based on the security schemes defined in the OpenAPI spec.
15
16
## 0.78.7
17
**`(fix):`** Users can now enable dynamic snippets using the `dynamic-snippets` flag in the `docs.yml` file.
18
0 commit comments