how to jwt authentication blazor server without microsoft identity?
问题 i'm using blazor server ( not use webapi, httpclient and ...) and i want to use jwt for authentication Where should I store token? localStorage or cookie? how to send jwt to server all of the request? I had to use AuthenticationStateProvider? I used httpContext but I got an error unless it fit into the cshtml file I also used localstorage inside AuthenticationStateProvider but just got an error also , which one is better? blazor server (one project) or blazor server with webapi?(two project,