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

Autosave #55

Closed jbuedel closed 6 months ago

jbuedel commented 8 months ago

Add capability to automatically save changes to RoleStore like already exists on UserStore. Drive both of these via a new member on options class.

jbuedel commented 6 months ago

Hi @JudahGabriel. I just wanted to give this a little bump. Thanks.

JudahGabriel commented 6 months ago

Having a look now! Thanks.

JudahGabriel commented 6 months ago

LGTM. Merged. Thanks!