Max von Tettenborn

Results 35 comments of Max von Tettenborn

Ah, so `Member` is actually the relationship. Probably a table with two columns: 1) foreign keys of users, 2) foreign keys of groups. > A Dummy can only be used...

Ok, maybe you caught a case of analysis paralysis there? :wink: If I were you, I'd forget the corner cases right now. You have to decide on one way the...

> There is no admin... Oh. Don't you have users who have more permissions than others? Some who can create/delete groups and some who can only participate? > This is...

Sure, absolutely! Didn't wanna push my view, sorry if it came across that way. Also, without a kind of admin user, your approach makes a lot more sense.

That is really unfortunate IMO. I think proxy-auth should be a standard feature of any web application. The flow for the user is just even more simple and transparent than...