Overrides AuthenticationProviderInterface::authenticate
public function authenticate(Request $request) { return $this->getUserFromSession($request->getSession()); }