-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup window not closing after logging to any of the social networks #43
Comments
make sure you create this route below
|
can you give an example of what's '/auth/:provider/callback' looks alike? |
I also have a problem, I have separated setup for vue and laravel. A pop windows for login then redirected to specified view but pop up not closed. |
/auth/facebook/callback |
make sure you create this #43 (comment) |
I already applied this but no avail, will it work if I have separate project? for aravel as API and VueJS 3.?? |
can you share your code and for the vue3 use https://github.com/diadal/universal-social-auth |
Using vue 2, I'm able to open the popup window that allows the user to connect via a social account. Unfortunately, the opened window never close, even after successful authentication. This causes the function included in the 'then()' to be never executed.
The text was updated successfully, but these errors were encountered: