I am about to launch a new application and am very pleased to use asp.net mvc and nhibernate. However, the big "problem" is how I handle user authentication material. In what ways are used those used to use nhibernate and MVC, this problem?
My thought allows asp.net to do its own thing, and I make my own database wise. I wonder if I have to play my part using the provider model and nhibernate, if I can figure out how to do it. Or is there a way to integrate the current code, which is in the mvc example, into nhibernate?
source share