does auth0 have sdk support for .Net 4.8 framework web api application?
I didn’t find any SDK for this.
Under SDK’s section i only found SDK for .Net core mvc.
Regular Web Application SDK Libraries -
Also under quick start when i choose OWIN application it’s advised to install these two packages:
Install-Package Microsoft.Owin.Security.OpenIdConnect
Install-Package Microsoft.Owin.Security.Cookies
So install these two packages is equivalent to SDK?
My intention is to connect my application with Auth0 regular application to use it’s authentication service.