auth0 / auth0-dotnet-templates

Auth0 Templates for .NET
Apache License 2.0
46 stars 7 forks source link

Add BFF Blazor template #8

Open cecilphillip opened 1 year ago

cecilphillip commented 1 year ago

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

It would be great to have a template for the BFF pattern for hosted blazor wasm applications. The current Blazor wasm template, if I'm not mistaken, required the creation of 2 applications in Auth0; an app and an api resource. A BFF template would allow dev to delegate authentication operations to the backend and require less setup within auth0.

Alternatives and current work-arounds

There are samples that show this pattern on GitHub; example

andychiare commented 1 year ago

That's a great suggestion @cecilphillip! I'll take it into account for the next releases. Thanks!

VR-Architect commented 3 months ago

Please provide a BFF for the new. NET 9 Blazor Hybrid Maui and Web template against an ASP. NET Core API.