CakePHP-HybridAuth icon indicating copy to clipboard operation
CakePHP-HybridAuth copied to clipboard

CakePHP plugin for HybridAuth

Results 9 CakePHP-HybridAuth issues
Sort by recently updated
recently updated
newest added

Are you interested in a cake4 beta release from master? I started https://github.com/ADmad/CakePHP-HybridAuth/compare/master...dereuromark:master and we would need probably quite a bit more work to finish a similar middleware approach than...

Hi! When I login with a social network, after a while or when I close the browser, it asks me to login again. Is it possible for the browser to...

You could run the current ide helper dev-master over it to get a few issues fixed, you can probably then also raise phpstan for these repos. annotations all -p PluginName...

As soon as a profile contains a non ascii char, e.g. display name of `Foo Liĉor` etc, the whole login breaks. It will store the social_profile record and the user...

I am facing redirect problem for google. For facebook, it's working. But for google it's display `redirect_uri_mismatch` error. My AppController setup as below: > $this->loadComponent ('TinyAuth.Auth', [ > 'autoClearCache' =>...

![image](https://user-images.githubusercontent.com/14801084/27991101-6da3bf7a-649e-11e7-8728-732b40292db1.png)

Hi, I am facing some intermittent issues when creating a new user. I am using the same function provided in the documentation but in some cases (it seems random and...

I set up the FB auth with 'scope' => 'email' as the app at least requires an email to register successfully. But, upon FB auth confirmation one can de-select the...