diff --git a/src/Socialbox/Classes/StandardMethods/Verification/Authenticate.php b/src/Socialbox/Classes/StandardMethods/Verification/Authenticate.php index 2fe5438..c52d689 100644 --- a/src/Socialbox/Classes/StandardMethods/Verification/Authenticate.php +++ b/src/Socialbox/Classes/StandardMethods/Verification/Authenticate.php @@ -26,11 +26,6 @@ return $rpcRequest->produceError(StandardError::FORBIDDEN, 'Only external peers can authenticate using this method'); } - if($request->getSession()->isAuthenticated()) - { - return $rpcRequest->produceError(StandardError::FORBIDDEN, 'External host is already authenticated'); - } - SessionManager::updateFlow($request->getSession(), [SessionFlags::AUTHENTICATION_REQUIRED]); } catch(Exception $e)