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

Ensure store methods are virtual for extendability #34

Closed lahma closed 3 years ago

lahma commented 3 years ago

Making methods virtual allows modifying the behavior without the requirement to rewrite whole store. Also added source link support that was missing.