-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
✨ feat(auth): add WeChat authentication support #5195
Conversation
@xiangnanscu is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
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.
src/config/auth.ts
Outdated
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.
这里不需要添加配置
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.
@arvinxx 是整个auth.ts都不需要修改还是部分不需要添加?我看不到具体哪几行
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.
整个都不需要修改
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.
@arvinxx OK了
… WeChat authentication documentation
@@ -0,0 +1,40 @@ | |||
--- | |||
title: 在 LobeChat 中配置 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.
配置微信身份验证服务
title: 在 LobeChat 中配置 Wechat 身份验证服务 | ||
description: 学习如何在 LobeChat 中配置 Wechat 身份验证服务,包括创建新的 Wechat App、设置权限和环境变量。 | ||
tags: | ||
- 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.
微信身份验证
…nal environment variables and descriptions
…and consistency in terminology
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.
LGTM. Thanks for your contribution!
❤️ Great PR @xiangnanscu ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 1.41.0](v1.40.4...v1.41.0) <sup>Released on **2024-12-28**</sup> #### ✨ Features - **auth**: Add WeChat authentication support. - **misc**: Support white list for discover assistant. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **auth**: Add WeChat authentication support, closes [#5195](#5195) ([95153a4](95153a4)) * **misc**: Support white list for discover assistant, closes [#5216](#5216) ([90bb20d](90bb20d)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.41.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information