tugberkugurlu / AspNet.Identity.RavenDB

Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
MIT License
42 stars 28 forks source link

Extending the UserStore? #37

Open phinett opened 10 years ago

phinett commented 10 years ago

Would it not make sense to use virtual methods on the UserStore, this would let me modify some of the existing methods to my liking. For my existing database when logging in I don't want to lookup a user by key, i want to use an index and lookup by email.