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
现在很多平台支持根据授权码获取token的同时,获取部分用户信息(OpenID Connect协议)。是否可以考虑把getAccessToken和getUserInfo两个方法提升到AuthRequest中?这样的话,可以在获取到token时,如果用户已经绑定了对应账号,就可以直登录了,不用再调用getUserInfo接口获取用户详情了,少了一次网络请求。
The text was updated successfully, but these errors were encountered:
感谢!这个建议很好,在 1.16.7 版本优化该问题。请关注发版通知
Sorry, something went wrong.
💩 getAccessToken和getUserInfo两个方法从AuthDefaultRequest提升至`AuthRequ…
getAccessToken
getUserInfo
AuthDefaultRequest
6d8b3b5
…est`中,方便直接使用。[Github Issue#194](#194)
zhangyd-c
No branches or pull requests
现在很多平台支持根据授权码获取token的同时,获取部分用户信息(OpenID Connect协议)。是否可以考虑把getAccessToken和getUserInfo两个方法提升到AuthRequest中?这样的话,可以在获取到token时,如果用户已经绑定了对应账号,就可以直登录了,不用再调用getUserInfo接口获取用户详情了,少了一次网络请求。
The text was updated successfully, but these errors were encountered: