Skip to content

Authorization

Currently, we have a basic role system in place. We are using the classic Symfony role system to manage the user roles. We have the following roles:

  • ROLE_USER - The default role for all users.
  • ROLE_ADMINISTRATOR - The role for the administrators.
  • ROLE_API_PROXY - The role for getting access to the Proxy API feature.

This will change in the future. As soon as we have an API gateway and an intricate API system in place, we will introduce a more sophisticated role system. This will allow us to manage the roles more granularly.