Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/content/docs/bff/samples/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ This sample shows how to use the BFF extensions for Microsoft YARP.
target="_blank"
/>

## OpenAPI and SwaggerUI

This sample shows how to use OpenAPI and SwaggerUI in combination with BFF.
A walkthrough is available [on the Duende blog](https://blog.duendesoftware.com/posts/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui).

<LinkCard
description="GitHub Repository for the BFF framework integration with OpenAPI and SwaggerUI"
href="https://github.com/DuendeSoftware/samples/tree/main/BFF/v3/OpenApi"
title="OpenAPI and SwaggerUI Sample"
target="_blank"
/>

## Separate Host for UI

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.
Expand Down
Loading