Permissions refactor
@jbpasquier currently the custom permissions classes in DjangoLDP-notifications are hard to read: https://git.startinblox.com/djangoldp-packages/djangoldp-notification/blob/master/djangoldp_notification/permissions.py
I'm updating them now with the permissions refactor which should make it easier
I'm writing some tests to describe the requirements of the permissions classes.. could you summarise what the requirements are please ?
The classes here are InboxPermissions
and SubscriptionsPermissions