I have a project in which most of the data is planned to be stored in RavenDB. the problem is membership. I could not find a (trusted, supported by the team, popular) RavenDB membership provider, and I do not want to create a custom one (I'm not sure I can create the same perfect as asp.net default), so I believe that the only way is use sql server database Along with RavenDB to support membership operations.
So, do you have a ravenDB membership provider that I missed?
I do not like this solution (using 2 databases). I appreciate any advice or solutions.
source
share