JudahGabriel / RavenDB.Identity

RavenDB Identity provider for ASP.NET Core. Let RavenDB manage your users and logins.
https://www.nuget.org/packages/RavenDB.Identity/1.0.0
MIT License
61 stars 29 forks source link

Support for new Identity #49

Open jakoss opened 12 months ago

jakoss commented 12 months ago

.NET 8 will be released with new identity endpoints (i guess model will change under the hood as well). Do you have plans on supporting the new model? Details of changes: https://devblogs.microsoft.com/dotnet/improvements-auth-identity-aspnetcore-8/

JudahGabriel commented 11 months ago

Makes sense to support the new model. I'd certainly accept a PR to support the new model. Otherwise, I'll get it to it sometime after .NET 8 releases.