Closed Cypher-Bruce closed 11 months ago
@Cypher-Bruce
@sses7757
Just to comfirm: When multiple unique attributes are provided(mid
, qq
or wechat
), AuthInfo
will be regarded as valid only if all attributes are valid(can found a user) and correspond to the same user.
@Cypher-Bruce Yes.
Thank you for your reply.
Describe your question
I have confusion about the validation of
AuthInfo
.In my understanding, there are four ways of validation:
mid
andpassword
qq
wechat
qq
andwechat
My questions are:
mid
be provided in the latter 3 validations?password
andqq
/wechat
? (For example: AnAuthInfo
withmid
,password
andqq
provided)