DecryptData中更新sessionKey
This commit is contained in:
@@ -72,6 +72,7 @@ func (a *MiniAuther) DecryptData(authInfo *auth2.AuthInfo, jsCode, encryptedData
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
authInfo.AuthBindInfo.UserData = sessionKey
|
||||
return string(decryptedData), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user