Skip to main content

All Questions

0 votes
0 answers
127 views

How to solve the "strict-origin-when-cross-origin" issue of Laravel socialite redirect?

I'm trying to implement the sign in with google option with Laravel Socialite. Although i'm using stateless authentication of Socialite, it doesn't allow me to go to google login page. The request ...
user15823028's user avatar
0 votes
1 answer
315 views

Laravel Socialite Login Twitter throw error :Missing required parameter [code_verifier]

I'm struggling with Laravel Socialite login with Twitter. On the call back URL i get the following error : {"message":"Error occuredies","data":"Client error: `POST ...
Muhammad Khan's user avatar
0 votes
0 answers
186 views

Vue socialite integration doesn't work on firefox or safari. (window pop-up blocker)

Using oauth and vue socialite to allow for people to sign in/log in with google. Works perfectly on chrome and all google supported browsers (inc chromium). However on both safari and firefox the ...
Robert Davitt's user avatar
1 vote
1 answer
607 views

Issue in social login with google in vuejs (vueCLI)

I have used frontend in vuejs(vueCLI) and backend in laravel api. I have issue in social login with google in vuejs. I used vue-social-auth package. Here is this link (https://forum.vuejs.org/t/...
Jinal Gajera's user avatar
0 votes
0 answers
107 views

Is it possible to register with socialite and add more required data to user?

I want to create a web app using Laravel and I want to use Socialite to register users using Gmail, but I want to know instead of creating a user record in the callback, I want to give a sign to the ...
Mahmoud Ben Jabir's user avatar
0 votes
1 answer
295 views

What does "access_token" mean? in Laravel Passport Social Grant

I do not understand the meaning of "access_token" in the Laravel Passport Social Grant document with the description that "Access token issued by the specified service provider". https://github.com/...
I want to knows's user avatar
4 votes
1 answer
12k views

Vue SPA and Laravel Socialite

I am trying to integrate social logins via laravel api backend using laravel socialite stateless option since I am building a single page app with vuejs and everything is done via http api calls. ...
Aladin Small's user avatar
1 vote
1 answer
4k views

Laravel socialite + vue spa return access token to client

How can I return the access token that I'm getting in socialite callback to the client? I need to return this data back to vue for the user to be logged in. token data This is my code in vue to get ...
jdc's user avatar
  • 21
0 votes
0 answers
896 views

Redirect issue using popup authentication

The issue I encounter is that when I try click the login via Facebook button, a popup is shown, it authenticates, a 302 request is sent to my server and then the request sent throws an error: Failed ...
Chris's user avatar
  • 3,421
1 vote
1 answer
1k views

Laravel socialite and SPA Loging

I'm using vue.js and laravel and vue-authenticate whose documentation can be find here. My frontend is running on localhost:8080 the backend on 127.0.0.1:8000 vue-authenticate config Vue.use(...
Léo Coco's user avatar
  • 4,242
3 votes
0 answers
3k views

Vue.js + Laravel SPA - Socialite stateless Facebook Login

First to say that I already implement session based facebook login with laravel socialite and I registered proper facebook acc for developers and create app, but because of SPA I need to change to ...
Dulo's user avatar
  • 109