K. Scott Allen
K. Scott Allen
Hi Rotte2: I haven't used Unity, but I'm wondering if it would be as easy as: myContainer.RegisterType(); for all the types above, and in combination with http://www.nuget.org/packages/Unity.Mvc4. Sorry I can't...
@Michael: Do you have a DbContext derived class setup? You can use that class or go through the DbContext or through FlexUserStore derived class. Let me know if that makes...
Well, there is a fairly broad range of scenarios there. For example, do you expect users to login to the site before script starts calling WebAPI endpoints, or does the...
Sounds good, send a PR along and I'll take a look.
Hi Cubski: So sorry for the slow reply. Yes, you'd have to get an IFlexRoleProvider object into your view, which might not be a great idea. But, if you can...
Yes, that was a decision I debated for a long time. In the end I figured the ability to use a new System.Transaction to make a transaction would be something...
The built-n authoize attributes doesn't look at memflex since memfle doesn't plug into the traditional asp.net role provider stuff. You'd have to write a custom filter (see LogMeIn\filters\FlexAuthorizeAttribute.cs). Note that...
Thanks - I will take a look.