Replies: 3 comments 1 reply
-
That would also interest me |
Beta Was this translation helpful? Give feedback.
-
I did what initially came to mind first. I'll take a look at what it would mean to implement an cc @SteveSandersonMS for any thoughts. |
Beta Was this translation helpful? Give feedback.
-
A custom However the approach used here (manually passing in the For a larger app, using an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering about the decision to bind the CurrentUser and Providers into the TodoApp.razor file and hosting it manually in the _Host.cshtml from the BFF file vs. using a [Custom]AuthenticationStateProvider with CascadingAuthenticationState in the App.Razor and then protecting your pages with the [Authorize] attribute.
I used some of the auth logic from this sample repo to build my current app, but am using a CustomAuthenticationStateProvider with CascadingAuthenticationState and wanted to know if there was some considerations I'm missing.
Thanks a lot for this awesome sample, was a massive help!!
Beta Was this translation helpful? Give feedback.
All reactions