I've recently switched to Hybridauth on my Cakephp-Site to offer my users Social-logins.
Right now, the main window loads the Social-Page and then redirects back to my site.
I'm now wondering, if there is any way to do the Authentication in a new Window:
User clicks on login button (main window)
-> new window opens social-login page
-> users loggs in
-> the window closes
-> the main window refreshes with logged in user
Any idea how this is done?
Thanks in advance!