mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
remove providerUid on session verification for anon login
This commit is contained in:
parent
ceeb30fd4f
commit
f5fa640e68
1 changed files with 0 additions and 1 deletions
|
|
@ -227,7 +227,6 @@ class Auth
|
|||
if ($session->isSet('secret') &&
|
||||
$session->isSet('expire') &&
|
||||
$session->isSet('provider') &&
|
||||
$session->isSet('providerUid') &&
|
||||
$session->getAttribute('secret') === self::hash($secret) &&
|
||||
$session->getAttribute('expire') >= \time()) {
|
||||
return (string)$session->getId();
|
||||
|
|
|
|||
Loading…
Reference in a new issue