Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/content/docs/bff/architecture/ui-hosting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "UI Hosting"
description: A guide exploring different UI hosting strategies and their benefits when using Backend-for-Frontend (BFF) systems
description: A guide exploring different UI hosting strategies and their benefits when using Backend For Frontend (BFF) systems
sidebar:
order: 2
redirect_from:
Expand All @@ -12,7 +12,7 @@ redirect_from:
---

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

## Hosting Options for the UI
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/bff/fundamentals/blazor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirect_from:

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.

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.
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.

## Architecture

Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/bff/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "BFF Security Framework"
title: "Backend For Frontend (BFF) Security Framework"
description: "A comprehensive security framework for securing browser-based frontends with ASP.NET Core backends"
date: 2020-09-10T08:22:12+02:00
sidebar:
Expand All @@ -22,7 +22,7 @@ redirect_from:

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

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.
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.

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

Expand Down Expand Up @@ -86,7 +86,7 @@ It offers the following functionality:

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

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

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.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/bff/samples/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: BFF Samples
title: Backend For Frontend (BFF) Samples
description: A collection of sample applications demonstrating how to use the BFF security framework with different frontend technologies.
sidebar:
order: 150
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/general/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ server-side sessions enables more architectural features in your IdentityServer,

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

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

<CardGrid>
Expand Down