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
It should be possible by using code to gather the complete set of ACL tokens that are registered for the currently running application. This way it would be possible to list the complete set of possible permission for the running application context.
Implementation
Should be possible to use appier.get_tokens() to retrieve the complete set of ACL tokens and action methods (from controllers) associated with them.
The text was updated successfully, but these errors were encountered:
Description
It should be possible by using code to gather the complete set of ACL tokens that are registered for the currently running application. This way it would be possible to list the complete set of possible permission for the running application context.
Implementation
Should be possible to use
appier.get_tokens()
to retrieve the complete set of ACL tokens and action methods (from controllers) associated with them.The text was updated successfully, but these errors were encountered: