You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During local development it is often required to use different permissions or a mixture of different permissions to perform and test particular actions within the application.
Currently the way to do this is to set the permissions required as an environment variable. But this then makes it hard to see what permissions are currently set or to switch them around.
Possible solution
Support some form of session injection to be able to update the current set of permissions via the interface during local development.
The text was updated successfully, but these errors were encountered:
Problem
During local development it is often required to use different permissions or a mixture of different permissions to perform and test particular actions within the application.
Currently the way to do this is to set the permissions required as an environment variable. But this then makes it hard to see what permissions are currently set or to switch them around.
Possible solution
Support some form of session injection to be able to update the current set of permissions via the interface during local development.
The text was updated successfully, but these errors were encountered: