ADmad/cakephp-social-auth

`Auth.afterIdentify` event is not firing

BassemN opened this issue · 5 comments

Hello,
The core event Auth.afterIdentify is no longer fired after login with the cakephp-social-auth plugin so any stuff depending on this event will not run. On your old plugin CakePHP-HybridAuth this event was firing.
Thanks

ADmad commented

Duplicate of #26

Issue #26 opened to add a new event called SocialAuth.Middleware.afterLogin but I'm opening this issue to allow the core event Auth.afterIdentify to fire.

ADmad commented

It's the same event with different name. Auth.afterIdentify is specific to the core AuthComponent which this plugin has nothing to do with.

Thanks for your clarification.

ADmad commented

@BassemN New release done. Thanks for testing.