Skip to content
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

Feature: support wechat login #57

Closed
2 tasks done
cubxxw opened this issue Jul 5, 2023 · 5 comments
Closed
2 tasks done

Feature: support wechat login #57

cubxxw opened this issue Jul 5, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Milestone

Comments

@cubxxw
Copy link
Contributor

cubxxw commented Jul 5, 2023

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the OpenIMSDK Slack and got positive feedback

Is this feature request related to a problem?

❎ No

Problem Description

Before the GitHub feature is implemented, I hope OpenKF can also extend wechat login

Solution Description

Provide users with wechat login channel

Benefits

More login ways to provide a faster way for customer service

Potential Drawbacks

no

Additional Information

no

@cubxxw cubxxw added enhancement New feature or request good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. labels Jul 5, 2023
@cubxxw cubxxw added this to the openkf-v0.2.0 milestone Jul 5, 2023
@kubbot
Copy link
Contributor

kubbot commented Jul 5, 2023

This issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution! ✨
Join slack 🤖 to connect and communicate with our developers.
If you wish to accept this assignment, please leave a comment in the comments section: /accept.🎯

@kubbot
Copy link
Contributor

kubbot commented Sep 3, 2023

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@kubbot kubbot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 3, 2023
@openimbot openimbot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 3, 2023
@cubxxw
Copy link
Contributor Author

cubxxw commented Sep 12, 2023

// Gin
const (
	TOKEN     = ""
	AppId     = ""
	AppSecret = ""
)
func NewGinService() *GinService {}
func Redirect(c *gin.Context) {}
func CheckSignature(c *gin.Context) {}
func Redirect(c *gin.Context) {}  
// state := GetRandomString(5)   防止跨站请求伪造攻击 增加安全性

func Callback(ctx *gin.Context) {}

@kubbot
Copy link
Contributor

kubbot commented Nov 12, 2023

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@kubbot kubbot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 12, 2023
@kubbot
Copy link
Contributor

kubbot commented Nov 19, 2023

This issue was closed because it has been stalled for 7 days with no activity.

@kubbot kubbot closed this as completed Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
Status: Done
Development

No branches or pull requests

4 participants