Secure Angular application using Auth0 and ASP.NET Core with BFF
Start the Angular project from the ui folder
ng serve --ssl
Start the ASP.NET Core project from the server folder
dotnet run
Or just open Visual Studio and run the solution.
- NetEscapades.AspNetCore.SecurityHeaders
- Yarp.ReverseProxy
- ASP.NET Core
- Angular
npm install -g @angular/cli latest
ng update
ng update @angular/cli @angular/core
- 2026年05月16日 Updated NuGet, Update Angular
- 2025年12月07日 Updated .NET 10, Angular 21
- 2025年10月31日 Update packages, Angular 20.3.0
- 2025年08月03日 Update packages, Angular 20.1.4
- 2025年05月02日 Update packages
- 2025年02月08日 Update packages
- 2024年12月18日 Angular 19
- 2024年12月06日 .NET 9
- 2024年10月17日 Improved security headers performance, updated packages
- 2024年10月06日 Updated Angular 18.2.7
- 2024年10月03日 Updated packages
- 2024年06月06日 Updated packages
- 2024年04月27日 Updated build
- 2024年04月14日 Updated packages
- 2024年01月14日 Updated packages
- 2023年12月31日 Open redirect protection added to login
- 2023年11月17日 Updated .NET 8
https://github.com/damienbod/bff-aspnetcore-angular
https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core
https://nx.dev/getting-started/intro
https://github.com/isolutionsag/aspnet-react-bff-proxy-example
https://damienbod.com/2021/04/12/securing-blazor-web-assembly-using-cookies-and-auth0/
https://github.com/damienbod/bff-openiddict-aspnetcore-angular
https://github.com/damienbod/bff-azureadb2c-aspnetcore-angular
https://github.com/damienbod/bff-aspnetcore-vuejs
https://github.com/damienbod/bff-MicrosoftEntraExternalID-aspnetcore-angular