Laravel socialite package Google sign in #44605
Unanswered
nikospapcom
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Laravel Socialite package to sign in with Google and I want to find a way to pass some extra parameters to login (e.g. redirect url) in order to redirect in the correct page after user login
I'm trying something like this by no results:
Socialite::driver('google')->with(['rd'=>'https://google.com'])->redirect();
Seems like all parameters in with() method skipped by
Any suggestion about it?
Beta Was this translation helpful? Give feedback.
All reactions