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