Why does the Identity scaffold use user null checks if(user==null) if there is the [Authorize] annotation for the Authorization middleware? Are the
if(user==null)
[Authorize]