Enabled OAuth/OAuth2 logins
This commit is contained in:
3
modules/oauth/classes/OAuth2/API/Profile/Facebook.php
Normal file
3
modules/oauth/classes/OAuth2/API/Profile/Facebook.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class OAuth2_API_Profile_Facebook extends Kohana_OAuth2_API_Profile_Facebook {}
|
3
modules/oauth/classes/OAuth2/API/Profile/Google.php
Normal file
3
modules/oauth/classes/OAuth2/API/Profile/Google.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class OAuth2_API_Profile_Google extends Kohana_OAuth2_API_Profile_Google {}
|
Reference in New Issue
Block a user