PHP 클래스 ADmad\HybridAuth\Controller\HybridAuthController

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
상속: extends App\Controller\AppController
파일 보기 프로젝트 열기: admad/cakephp-hybridauth

공개 메소드들

메소드 설명
authenticated ( ) : Response This action exists just to ensure AuthComponent fetches user info from hybridauth after successful login
beforeFilter ( Cake\Event\Event $event ) : void Allow methods 'endpoint' and 'authenticated'.
endpoint ( ) : void Endpoint method

메소드 상세

authenticated() 공개 메소드

Hyridauth's hauth_return_to is set to this action.
public authenticated ( ) : Response
리턴 Cake\Network\Response

beforeFilter() 공개 메소드

Allow methods 'endpoint' and 'authenticated'.
public beforeFilter ( Cake\Event\Event $event ) : void
$event Cake\Event\Event Before filter event.
리턴 void

endpoint() 공개 메소드

Endpoint method
public endpoint ( ) : void
리턴 void