tugberkugurlu / AspNet.Identity.RavenDB

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

Support of IQueryableUserStore<TUser> #7

Closed SlyNet closed 10 years ago

SlyNet commented 10 years ago

In order to use UserManager.Users property store must implement interface IQueryableUserStore. Currently its not possible to build any admin panel for users using such provider.

tugberkugurlu commented 10 years ago

@SlyNet this will be available on v2.0.0. see the progress here: https://github.com/tugberkugurlu/AspNet.Identity.RavenDB/tree/v2.0.0