IdentityServerExternalAuth
IdentityServerExternalAuth copied to clipboard
NonEmailUserProcessor
You are creating newUser if userEmail is not null. I want to login user and not to register it again. Is any reason why we use NonEmailUserProcessor and EmailUserProcessor instead of one common UserProcessor? Thank You