You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/bff/samples/index.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,18 @@ This sample shows how to use the BFF extensions for Microsoft YARP.
93
93
target="_blank"
94
94
/>
95
95
96
+
## OpenAPI and SwaggerUI
97
+
98
+
This sample shows how to use OpenAPI and SwaggerUI in combination with BFF.
99
+
A walkthrough is available [on the Duende blog](https://blog.duendesoftware.com/posts/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui).
100
+
101
+
<LinkCard
102
+
description="GitHub Repository for the BFF framework integration with OpenAPI and SwaggerUI"
This sample shows how to have separate projects from the frontend and backend, using CORS to allow cross-site requests from the frontend to the backend.
0 commit comments