Skip to content

Commit df9b392

Browse files
authored
Merge pull request #703 from DuendeSoftware/mb/bff
Spell out BFF a bit more often
2 parents 684ef3d + 84e063f commit df9b392

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/content/docs/bff/architecture/ui-hosting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "UI Hosting"
3-
description: A guide exploring different UI hosting strategies and their benefits when using Backend-for-Frontend (BFF) systems
3+
description: A guide exploring different UI hosting strategies and their benefits when using Backend For Frontend (BFF) systems
44
sidebar:
55
order: 2
66
redirect_from:
@@ -12,7 +12,7 @@ redirect_from:
1212
---
1313

1414
When building modern web applications, selecting the right hosting strategy for your UI assets is crucial for optimizing
15-
performance, simplifying deployment, and ensuring seamless integration with Backend-for-Frontend (BFF) systems. This
15+
performance, simplifying deployment, and ensuring seamless integration with Backend For Frontend (BFF) systems. This
1616
guide explores various hosting approaches and their benefits.
1717

1818
## Hosting Options for the UI

src/content/docs/bff/fundamentals/blazor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414

1515
Microsoft Blazor is a framework for building interactive web applications using C# and .NET. Blazor allows developers to create rich, dynamic web UIs with the same ease as building desktop applications.
1616

17-
The Duende BFF (Backend for Frontend) Security Framework addresses common security challenges faced by Blazor applications. It provides a unified approach to managing authentication and authorization, ensuring secure interactions between the client and server.
17+
The Duende Backend For Frontend (BFF) Security Framework addresses common security challenges faced by Blazor applications. It provides a unified approach to managing authentication and authorization, ensuring secure interactions between the client and server.
1818

1919
## Architecture
2020

src/content/docs/bff/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "BFF Security Framework"
2+
title: "Backend For Frontend (BFF) Security Framework"
33
description: "A comprehensive security framework for securing browser-based frontends with ASP.NET Core backends"
44
date: 2020-09-10T08:22:12+02:00
55
sidebar:
@@ -22,7 +22,7 @@ redirect_from:
2222

2323
import { CardGrid, LinkCard } from "@astrojs/starlight/components";
2424

25-
The Duende.BFF (Backend for Frontend) security framework packages the necessary components to secure browser-based frontends (e.g. SPAs or Blazor applications) with ASP.NET Core backends.
25+
The Duende.BFF (Backend For Frontend) security framework packages the necessary components to secure browser-based frontends (e.g. SPAs or Blazor applications) with ASP.NET Core backends.
2626

2727
Duende.BFF is free for development, testing and personal projects, but production use requires a license. Special offers may apply.
2828

@@ -86,7 +86,7 @@ It offers the following functionality:
8686

8787
The following diagram illustrates how the Duende BFF Security Framework fits into a typical application architecture.
8888

89-
![Backend for Frontend application architecture diagram](./images/bff_application_architecture.svg)
89+
![Backend For Frontend application architecture diagram](./images/bff_application_architecture.svg)
9090

9191
The browser based application runs inside the browser’s secure sandbox. It can be built using any type of front-end technology, such as via Vanilla-JS, React, Vue, WebComponents, Blazor, etc.
9292

src/content/docs/bff/samples/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: BFF Samples
2+
title: Backend For Frontend (BFF) Samples
33
description: A collection of sample applications demonstrating how to use the BFF security framework with different frontend technologies.
44
sidebar:
55
order: 150

src/content/docs/general/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ server-side sessions enables more architectural features in your IdentityServer,
8080

8181
**License: <Badge text="Business" />**
8282

83-
The Duende BFF (Backend for Frontend) security framework packages up guidance and the necessary components to secure
83+
The Duende Backend For Frontend (BFF) security framework packages up guidance and the necessary components to secure
8484
browser-based frontends (e.g. SPAs or Blazor WASM applications) with ASP.NET Core backends.
8585

8686
<CardGrid>

0 commit comments

Comments
 (0)