XacronDevelopment / oauth-aspnet

An ASP.NET Core compatible port of the OAuth Authorization Server Middleware from Microsoft's Project Katana (Microsoft.Owin.Security.OAuth)
Apache License 2.0
25 stars 16 forks source link

Update to ASP.NET Core 3.1 #21

Open robertovaldesperez opened 4 years ago

robertovaldesperez commented 4 years ago

public abstract class BaseValidatingContext : BaseContext

ASP.NET Core 3.1 publicabstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions

Xacron commented 3 years ago

I've been neglecting this project because I'm not certain there are people still interested in deploying their own low-level OAuth server over more complete solutions like IdentityServer. If there's still interest I can dedicate some time to bringing this project back up-to-date.