Thanks you for this video. I have always needed this explanation
@JeffZuerlein7 ай бұрын
You're very welcome!
@Vallecaucanisimo7 ай бұрын
Hello Jeff, Thank you very much for the video. I just wish that I wasn’t so inexperienced so that I could fully make use of it. If you are looking for more video topics, please consider making a tutorial for authentication and authorization for the absolute beginner in c#. There are so many methods and services, and it can be quite intimidating should you get it wrong and the app is vulnerable. I’ve been working on a Maui Blazor app and I will need to add authentication soon but I’m lost on the best approach. Thank you!
@JeffZuerlein7 ай бұрын
My suggestion would be to use the Authentication options that come with AspNet applications out of the box. They are a great starting point, and Microsoft generally leads you down good path. learn.microsoft.com/en-us/aspnet/core/blazor/security/?view=aspnetcore-8.0 This whole .net ecosystem is intimidating, but there's lots of guidance!