china-live / QQConnect

asp.net core2.0 QQ和微信登录
BSD 3-Clause "New" or "Revised" License
282 stars 78 forks source link

提个issue只为赞一下这个项目 #1

Open stulzq opened 6 years ago

stulzq commented 6 years ago

今天自己在搞QQ登录,反编译了Microsoft.AspNetCore.Authentication.Google这个组件,来看看怎么写的,准备在github寻找其他实现qq登录组件中的AuthorizationEndpoint ,TokenEndpoint 等信息,发现了这个项目很不错,可以不用自己去造轮子了,赞一个。

china-live commented 6 years ago

谢谢支持,发现用QQ登录的好少,.net的更少。 只是目前发现了些问题,不能自动适配http和https,最近有些忙,还不知道是QQ互联的问题还是代码有问题,有时间我会修复。

china-live commented 6 years ago

另外,Microsoft.AspNetCore.Authentication.Google不需要反编译的哈,源代码在这里 https://github.com/aspnet/Security

stulzq commented 6 years ago

恩恩

chucklu commented 1 year ago

类似于这边两个 https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/tree/dev/src/AspNet.Security.OAuth.QQ https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/tree/dev/src/AspNet.Security.OAuth.Weixin