Question: I am working on new project that will use a custom auth setup based on an old unfinished project. In my old project I used a custom authstateprovider (got it from a .net6 tutorial a year ago, barely know how it works) and i'm wondering if anyone could point me in the right direction?
I'm trying to figure out how to avoid using this and maybe use something a bit more official, standard, or built-in without changing my backend (it returns a jwt and refresh token atm) but i'm struggling to find useful information currently.
A discontinued unfinished portoflio Project that I was working on in mid 2023 that utilizes ASP.NET Core Web API and Blazor WebAssembly in .NET6. Will soon be replaced by a better project. - Metalk...