aspnet-contrib / AspNet.Security.OAuth.Providers

OAuth 2.0 social authentication providers for ASP.NET Core
Apache License 2.0
2.38k stars 538 forks source link

Implement KOOK provider #753

Closed gehongyan closed 1 year ago

gehongyan commented 1 year ago

This issue is created to track the work of adding support for the KOOK OAuth2 to this AspNet.Security.OAuth.Providers project.

The KOOK OAuth2 documentation can be found here:

https://developer.kookapp.cn/doc/oauth2 (Simplified Chinese only)

The source code of the documentation can be found here:

https://github.com/kaiheila/api-docs (Simplified Chinese only)

Pages related to OAuth2 are listed here:

OAuth2 Intro: https://github.com/kaiheila/api-docs/blob/main/docs/zh-cn/oauth2.md (Simplified Chinese only) OAuth API: https://github.com/kaiheila/api-docs/blob/main/docs/zh-cn/http/oauth.md (Simplified Chinese only)

martincostello commented 1 year ago

Thanks for your contribution - the new provider is now available from NuGet.org.