I would like to bypass AspnetCore identity completely, and instead use a custom method of Authenticating the current user.
However, I would still like the existing Authorization framework to work. In other words, I want to be able to use the AuthorizeView and @attribute [Authorize] to maintain security.
I have searched and searched but am not finding any details on how to implement this.