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/fundamentals/blazor/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ interactive web applications, it also has some challenges when it comes to secur
20
20
21
21
With the Duende BFF Security Framework, we aim to address these challenges or at the very least give guidance on how to
22
22
deal with them given your Blazor's solution choices. You will notice that the BFF security pattern is not applicable to
23
-
all Blazor implementations but rather to specific rendering scenarios. The goal of the BFF is to keep tokens out of the client and only use them in the secure context of the server.
23
+
all Blazor implementations but rather to specific rendering modes. The goal of the BFF is to keep tokens out of the client and only use them in the secure context of the server.
0 commit comments