Service - Permission Handler: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Uses rules to create a list of checks to see if a user has permission to perform an action. Rules can be simple, example user_id equals another value in the requ...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
= Repository = | = Repository = | ||
https://bitbucket.org/ | https://bitbucket.org/izara-core-user-accounts/izara-core-user-accounts-permission-handler | ||
[[Category:Backend services| Permission Handler]] |
Latest revision as of 14:24, 8 March 2025
Overview
Uses rules to create a list of checks to see if a user has permission to perform an action. Rules can be simple, example user_id equals another value in the request, or can invoke external services such as access control services.
Repository
https://bitbucket.org/izara-core-user-accounts/izara-core-user-accounts-permission-handler