Asp.net – AuthorizeView rendering/resolving before auth state updates, but updates on refresh
I have a server app that connects to a custom login server, receives a JWT, and stores it in session storage for use throughout the app. I use <AuthorizeView> to contain restricted content, but it always resolves to <NotAuthorized> until…