Closed LiJun990105 closed 4 months ago
开放平台的移动端微信和和网站应用底层实现理论上通用。
使用时参考:https://justauth.cn/guide/oauth/wechat_open/#_2-2-%E5%88%9B%E5%BB%BArequest
在实际使用中,移动端 APP 拉起微信应用进行授权,授权完成后一样会颁发一个 code。然后使用这个 code 封装为 AuthCallback
后调用 authRequest.login(callback);
即可。
这种情况下,注意在 AuthConfig
中需要指定 ignoreCheckState=true
,这个场景里不需要校验 state
Why did you add this feature?
Feature description