Containerize an ASP.NET Core BFF and Angular frontend using Aspire
Guide to containerizing an ASP.NET Core BFF and Angular frontend using Aspire for improved local development and Docker deployment.
Guide to containerizing an ASP.NET Core BFF and Angular frontend using Aspire for improved local development and Docker deployment.
Explains how to forward authenticated user requests from a .NET BFF to a downstream API using YARP and OAuth 2.0 token exchange.
A guide to implementing secure cookie-based authentication for a YARP Backend for Frontend (BFF) in a .NET Aspire application.
A guide to implementing a Backend for Frontend (BFF) architecture with .NET, Duende, and Auth0 to enhance SPA security by moving token handling server-side.