aspnet-contrib / AspNet.Security.OAuth.Providers

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

Add a Bungie.net provider #542

Open SteveJSzabo opened 3 years ago

SteveJSzabo commented 3 years ago

Is your feature request related to a problem? Please describe. Bungie.net uses OAuth 2.0 and I would like to implement it as a provider so that the API can be used simply for authentication in .NET projects.

Describe the solution you'd like Add a new provider for Bungie.net

SteveJSzabo commented 3 years ago

As in the contributing guidelines, I've already created a fork and am working on this now.

mca312 commented 3 years ago

@SteveJSzabo Any update on this?

SteveJSzabo commented 2 years ago

I haven't had any time lately to continue on this. Ultimately my issue is a lack of understanding of how the underlying system works so I can apply the Bungie specifics to it. I am still planning on working on it once life gives me some time to do so, but I certainly wouldn't turn away any help.