dimitrij
ASP.NET Controller API + Blazor Client UI resources and help
Hello! I'm doing a side project where I created the backend API with simple CRUD functionality and Authentication using Core.Identity (JWT tokens). I am new to Blazor and I managed to do make a login form with Blazored.FluentValidation and I am able to save the token in session storage using Blazored.SessionStorage. This fully encapsulates my knowledge of how to manage authentication on the Blazor client side so I hit a roadblock 😅 . I cant seem to find many good tutorials or open source projects using this stack so I was wondering If someone can provide me with good resources to start learning. I am also open to all tips on learning Blazor and .NET in general. Thanks in advance! 😁
5 replies