We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
微信公众号oauth授权登陆使用scopes为snsapi_base getRaw返回为空
scopes
snsapi_base
$oauth = $app->getOAuth()->scopes(['snsapi_base']); $user = $oauth->userFromCode($code); dump($user); dump($user->getRaw());
The text was updated successfully, but these errors were encountered:
应该是这里没调用setRaw
Sorry, something went wrong.
目前临时这样处理了,不确定是否要像下面一样去setRefreshToken,setExpiresIn,setTokenResponse
setRefreshToken
setExpiresIn
setTokenResponse
overtrue/socialite#281
No branches or pull requests
我用的环境
问题及现象
微信公众号oauth授权登陆使用
scopes
为snsapi_base
getRaw返回为空
The text was updated successfully, but these errors were encountered: