Memflex icon indicating copy to clipboard operation
Memflex copied to clipboard

Brainstorming membership ideas

Results 13 Memflex issues
Sort by recently updated
recently updated
newest added

My multi tenant solution is now online and seems to work but I will let it run for a bit longer before i create a pull request. However, one thing...

Is there any reason why there is no delete functionality in memflex, I am thinking that it would want to clear up oauth accounts and such and that it therefor...

It is very common for me to need the same username on multiple different clients. So basically if my website has multiple clients like "Nasa" and "Chrysler" I need to...

FlexMembershipProvider.UpdateAccount does not check if the username will collide before happily changing it. Making it possible to make two users have the same username, which then makes the system grind...

bug

Hi It's probaby not the right place for this question, but I would like to use MemFlex with RavenDB in a ASP.NET MVC 4 project of mine. I have not...

if I have both aaa.com and bbb.com pointing to the same website then i seem to run into a slight hiccup. With local user it will work nicely as it...

question

Should stuff like this work? [Authorize(Roles="UberAdmin,AccountAdmin,LicenseAdmin")] I can't get it to work, and I am wondering if it should work before I dig deeper.

I've been using MemFlex with MySQL and haven't had any major issues thus far. I'm using roles to authorize certain users within my app, I'm able to check the user's...

So I am using memflex but I have a problem, and I was wondering if there are any good ideas around. I have a multi tenant system where i split...

Anyone using NHibernate that want to use Memflex? I'm using NHibernate and want to use memflex, if anyone is working on this provider for memflex,please shout I'd like to help...

enhancement