-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
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
weixin oauth2.0 login,微信登录 #4951
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@wcu1117 is attempting to deploy a commit to the LobeChat Community Team on Vercel. A member of the Team first needs to authorize it. |
👍 @wcu1117 Thank you for raising your pull request and contributing to our Community |
|
||
const provider = { | ||
id: 'wechat', | ||
provider: Wechat({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
贡献者你好,这里提几个问题:
- 这个自定义Provider实现和
@auth/core
的实现的区别是? feat(core/providers): add wechat provider nextauthjs/next-auth#10236 - 为了方便我们测试代码正确性,请在 pr 里说明如何进行测试。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你好,我之前并不知道有这个微信登录的功能,不过你发的这个是手机端公众号登录的,或者说是微信浏览器才能登录的,我写的这个参照是的github的代码,使用的微信开发平台,电脑端扫码登录的。
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information
weixin oauth2.0 login,微信登录