docs icon indicating copy to clipboard operation
docs copied to clipboard

ASP.NET Web API Quickstart recommends obsolete Auth0 nuget

Open DaveA-W opened this issue 6 years ago • 1 comments

docs/articles/quickstart/backend/webapi-owin/01-authorization.md recommends the use of Auth0.OpenIdConnectSigningKeyResolver which has been delisted from nuget as containing critical bugs.

This doc needs to be updated to incorporate appropriate information from ASP.NET (OWIN): Migrating to OWIN 4 include correct usage of the Microsoft.Owin.Security.OpenIdConnect and Kentor.OwinCookieSaver nugets.

DaveA-W avatar Jan 13 '20 23:01 DaveA-W

Thank you for opening this issue, I'm dealing with this right now

CodyMorris avatar Feb 18 '20 19:02 CodyMorris