aspnet-contrib / AspNet.Security.OAuth.Providers

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

Remove the Beam/Mixer and Gitter providers #785

Closed kevinchalet closed 1 year ago

kevinchalet commented 1 year ago

Fixes https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/issues/762 (Beam/Mixer was shut down by MSFT in 2020). Fixes https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/issues/763.

I'll unlist the packages on NuGet.org once this PR is merged.

@martincostello any preference for the milestone? No longer shipping a package is technically a breaking change (something we generally want to avoid for a patch version), but since the services are no longer operating... 😄

martincostello commented 1 year ago

If they don't even work anymore, then I think SemVer goes out the window 🤣

kevinchalet commented 1 year ago

That was my feeling too 😄

martincostello commented 1 year ago

I'll sync this with the 8.0 branch tomorrow so there's no more previews published to MyGet either.

kevinchalet commented 1 year ago

Thanks! :heart:

kevinchalet commented 1 year ago

Packages deprecated on NuGet.org:

martincostello commented 1 year ago

I'll sync this with the 8.0 branch tomorrow so there's no more previews published to MyGet either.

Done.