diadal / vue-social-auth

Laravel Vue (SPA) Social Auth
75 stars 27 forks source link

GOOGLE ERROR 400 MISSING SCOPE #13

Closed VAUNT closed 4 years ago

VAUNT commented 5 years ago

Hello,

when i try to use the google provider i have this issue in the google popup, who i can solve it ?

400. That’s an error.

Error: invalid_request

Missing required parameter: scope

thx

VAUNT commented 5 years ago

I have found why this problem occur...

You need in the plugin to pass the "scope" before the "redirect_uri" and pass the "scope "params with a "+" between each

diadal commented 5 years ago

Can you submit the pull