Where can I get an example RavenDB ASP.NET membership provider?

Ayende references in a blog post (second to last comment)

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

Martijn Boland has a blog post on creating one and has a github project for the membership provider he created.

From the blog post it seems this is his first foray into RavenDB. Maybe there is an implementation that has been tested in production? Martijn's provider is definitely an example. Look through the code and adjust it for your project. I made changes to error logging and email validation so far.

link|improve this answer
1  
This is the only one I've run across. I have used in a couple sample applications, but cannot attest to how fit it would be for production use. There are a few forks on github. It might be worth looking at those to see what improvements were made. – John Allers Dec 11 '11 at 16:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.