RavenDB support in MembershipReboot
August 14, 2013
One of the design goals of MembershipReboot was to encapsulate all of the complex/hard security “stuff” for user account management and authentication, yet allow the persistence of user accounts (and related data) to be open and extensible. The default implementation in the samples uses EF, but to prove that MembershipReboot achieves its design goal there is now a working RavenDB repository implementation located here.
Many thanks to Chris Keenan for implementing the RavenDB code.
No comments yet