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

Update README.md to recommend using OpenIddict for new applications #838

Closed kevinchalet closed 4 months ago

kevinchalet commented 4 months ago

With most of the pain points addressed in previous OpenIddict releases (e.g WS-Federation claims or authentication schemes mapping) and a lot of services now being supported (78 at the time of writing), the OpenIddict client and its web providers are a good alternative to the packages we maintain here.

As such, I'd like to update the README to encourage users to adopt them for new applications (while still making clear the aspnet-contrib providers are still supported, of course).

kevinchalet commented 4 months ago

Maybe just have a smaller tip at the top, that then links to a section further down with the additional details?

Good idea! 👍🏻

martincostello commented 4 months ago

Looks good 👍

kevinchalet commented 4 months ago

Thanks!