cakephp-opauth
cakephp-opauth copied to clipboard
Opauth plugin for CakePHP v2.x, allowing simple plug-n-play 3rd-party authentication with CakePHP
For years I have been happyly using this plugin with VCS hacks in composer. Please can you merge this json_decode into master so I don't have to use VCS anymore....
I am no longer maintaining this repository and have been out of touch with PHP. With the issues and pull requests opened, it seems that there are still users of...
Hi, could you please pull these changes? Doing a composer update will currently break your plugin due to the change in opauth/opauth. See https://github.com/opauth/opauth/compare/0.4.4...0.4.5 , e.g. example/callback.php. Thanks.
getting this error Error: FacebookStrategy config parameter for "xxxxxxxxxxxxxx" expected. File: C:\xampp\htdocs\abcde\app\Plugin\Opauth\Vendor\Opauth\lib\Opauth\OpauthStrategy.php Line: 201 can you tell me how can i solve this issue??
Hi, when i convert this plugin into cakephp 3.0 with minimal changes,i got the following error. ⟩ Cake\Routing\Dispatcher->dispatch ROOT\plugins\Opauth\src\Controller\OpauthAppController.php, line 129 **Error: Controller could not be found. Error: Create the...
getting this error A PHP Error was encountered Severity: User Error Message: Unsupported or undefined Opauth strategy - auth Filename: Opauth/Opauth.php Line Number: 120
Security component is black holing my callback requests. If i put: if($this->action == 'opauth_complete') { $this->Security->validatePost = false; $this->Security->csrfCheck = false; } Inside my beforeFilter in AppController.php then 'it' (opauth)...
I'm not sure if you already have this functionality elsewhere, but while tinkering and getting this working on my website, I also got the contacts of the person logging in...
With this the user can override Configure::Opauth['AuthComponent'] for their own custom AuthComponent Class. eg :- If user want to make his own AuthComponent class like class MyAuthComponent extends AuthComponent{ }...
Are we still submitting PRs to the dev branch? There are a few things i need updated in the docs.