Sending additional parameters to callback uri in socialite package for laravel

后端 未结 4 737
甜味超标
甜味超标 2020-12-21 15:15

Im trying to use Socialite package for laravel and I would like to know how to pass additional parameters to callback url. It seems that OAuth allows additional params, but

4条回答
  •  一个人的身影
    2020-12-21 15:57

    Changing redirect_uri in config on fly will redirect back to the intended domain but it does not return the user when tried to get user with following

    Socialite::driver($social)->user()
    

提交回复
热议问题