@@ -22,40 +22,40 @@ This sample shows how to use the BFF framework with a JavaScript-based frontend
2222
2323<LinkCard
2424 description = " GitHub Repository for the BFF framework with JavaScript-based frontend"
25- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /JsBffSample"
25+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /JsBffSample"
2626 title = " JavaScript Frontend Sample"
2727 target = " _blank"
2828/>
2929
3030## ReactJs Frontend
3131
32- This sample shows how to use the BFF framework with the .NET 6 React template .
32+ This sample shows how to use the BFF framework with React.
3333
3434<LinkCard
3535 description = " GitHub Repository for the BFF framework with React"
36- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /React"
36+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /React"
3737 title = " ReactJS Frontend Sample"
3838 target = " _blank"
3939/>
4040
4141## Angular Frontend
4242
43- This sample shows how to use the BFF framework with the .NET 8 Angular template .
43+ This sample shows how to use the BFF framework with Angular.
4444
4545<LinkCard
4646 description = " GitHub Repository for the BFF framework with Angular"
47- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /Angular"
47+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /Angular"
4848 title = " Angular Frontend Sample"
4949 target = " _blank"
5050/>
5151
5252## Vue Frontend :badge[ Community]
5353
54- This sample shows how to use the BFF framework with the .NET 8 Vue template . (contributed by [ @Marco Cabrera] ( https://github.com/mck231 ) )
54+ This sample shows how to use the BFF framework with Vue. (contributed by [ @Marco Cabrera] ( https://github.com/mck231 ) )
5555
5656<LinkCard
5757 description = " GitHub Repository for the BFF framework with Vue"
58- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /Vue"
58+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /Vue"
5959 title = " Vue Frontend Sample (Community)"
6060 target = " _blank"
6161/>
@@ -66,7 +66,7 @@ This sample shows how to use the BFF framework with Blazor WASM.
6666
6767<LinkCard
6868 description = " GitHub Repository for the BFF framework with Blazor WASM"
69- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /BlazorWasm"
69+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /BlazorWasm"
7070 title = " Blazor WASM Sample"
7171 target = " _blank"
7272/>
@@ -77,7 +77,7 @@ This sample shows how to use Authentication in combination with Blazor's AutoRen
7777
7878<LinkCard
7979 description = " GitHub Repository for the BFF framework using Blazor Auto Rendering"
80- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /BlazorAutoRendering"
80+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /BlazorAutoRendering"
8181 title = " Blazor Auto Rendering Sample"
8282 target = " _blank"
8383/>
@@ -88,20 +88,19 @@ This sample shows how to use the BFF extensions for Microsoft YARP.
8888
8989<LinkCard
9090 description = " GitHub Repository for the BFF framework integration with YARP"
91- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /JsBffYarpSample"
91+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /JsBffYarpSample"
9292 title = " YARP Integration Sample"
9393 target = " _blank"
9494/>
9595
96- ## OpenAPI and SwaggerUI
96+ ## OpenAPI
9797
98- This sample shows how to use OpenAPI and SwaggerUI in combination with BFF.
99- A walkthrough is available [ on the Duende blog] ( https://duendesoftware.com/blog/20250430-managing-openapi-specifications-with-backend-for-frontend-and-swagger-ui ) .
98+ This sample shows how to use OpenAPI in combination with BFF.
10099
101100<LinkCard
102- description = " GitHub Repository for the BFF framework integration with OpenAPI and SwaggerUI "
103- href = " https://github.com/DuendeSoftware/samples/tree/main/BFF/v3 /OpenApi"
104- title = " OpenAPI and SwaggerUI Sample"
101+ description = " GitHub Repository for the BFF framework integration with OpenAPI"
102+ href = " https://github.com/DuendeSoftware/samples/tree/main/BFF/v4 /OpenApi"
103+ title = " OpenAPI Sample"
105104 target = " _blank"
106105/>
107106
@@ -111,7 +110,7 @@ This sample shows how to have separate projects from the frontend and backend, u
111110
112111<LinkCard
113112 description = " GitHub Repository for separate projects using CORS"
114- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /SplitHosts"
113+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /SplitHosts"
115114 title = " Separate Host for UI Sample"
116115 target = " _blank"
117116/>
@@ -122,18 +121,18 @@ This sample shows how to host the BFF framework and IdentityServer with Docker.
122121
123122<LinkCard
124123 description = " GitHub Repository for hosting BFF and IdentityServer in with Docker containers."
125- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /docker"
124+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /docker"
126125 title = " Docker Sample (Community)"
127126 target = " _blank"
128127/>
129128
130129## DPoP
131130
132- This sample shows how to configure the BFF to use [ DPoP] ( /identityserver/tokens/pop.md ) to obtain sender-constrained tokens.
131+ This sample shows how to configure the BFF for [ DPoP] ( /identityserver/tokens/pop.md ) so that it uses sender-constrained tokens.
133132
134133<LinkCard
135134 description = " GitHub Repository for configuring DPoP with BFF"
136- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /DPoP"
135+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /DPoP"
137136 title = " DPoP Sample"
138137 target = " _blank"
139138/>
@@ -144,7 +143,7 @@ This sample shows how to extend the BFF with an _IAccessTokenRetriever_. This ex
144143
145144<LinkCard
146145 description = " GitHub Repository for token exchange using the IAccessTokenRetriever"
147- href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v3 /TokenExchange"
146+ href = " https://github.com/DuendeSoftware/Samples/tree/main/BFF/v4 /TokenExchange"
148147 title = " Token Exchange Sample"
149148 target = " _blank"
150149/>
0 commit comments