DemocracyOS / core

1 stars 1 forks source link

Add "permissions" to the Community, so it is abstracted from Keycloak #59

Closed guillecro closed 6 years ago

guillecro commented 6 years ago

We will add the field permissions to define a set of key-value attributes as permissions: So it would be:

{
  (...)
  permissions:  {
    user: { }
    accountable: {
      documentCreationLimit: 1
    }
    admin: { }
  }
}
guillecro commented 6 years ago

Added in #61