Open stulzq opened 6 years ago
今天自己在搞QQ登录,反编译了Microsoft.AspNetCore.Authentication.Google这个组件,来看看怎么写的,准备在github寻找其他实现qq登录组件中的AuthorizationEndpoint ,TokenEndpoint 等信息,发现了这个项目很不错,可以不用自己去造轮子了,赞一个。
谢谢支持,发现用QQ登录的好少,.net的更少。 只是目前发现了些问题,不能自动适配http和https,最近有些忙,还不知道是QQ互联的问题还是代码有问题,有时间我会修复。
另外,Microsoft.AspNetCore.Authentication.Google不需要反编译的哈,源代码在这里 https://github.com/aspnet/Security
恩恩
类似于这边两个 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
今天自己在搞QQ登录,反编译了Microsoft.AspNetCore.Authentication.Google这个组件,来看看怎么写的,准备在github寻找其他实现qq登录组件中的AuthorizationEndpoint ,TokenEndpoint 等信息,发现了这个项目很不错,可以不用自己去造轮子了,赞一个。