psecio / gatekeeper

Gatekeeper: An Authentication & Authorization Library
366 stars 23 forks source link

Removing user-group links #47

Open Swader opened 8 years ago

Swader commented 8 years ago

When removing users, the links between users and groups don't get deleted for related users. This should be set up with foreign keys and DELETE constraints so these extra relationships don't get left behind. Was this done on purpose? I noticed I have to do a lot more cleaning now, something I hadn't expected.