There is a high possibility that the current auth system will fail when attempting to authorize a user, especially in the base page authentication. This can be resolved by moving away from the existing <Authorize> components to a custom component that does not utilize <Authorize> unless absolutely needed.
There is a high possibility that the current auth system will fail when attempting to authorize a user, especially in the base page authentication. This can be resolved by moving away from the existing
<Authorize>
components to a custom component that does not utilize<Authorize>
unless absolutely needed.