Service - Permission Handler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
[[Category: | [[Category:Backend Service]] |
Revision as of 13:46, 14 July 2020
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/stb_working/permission-handler/src/master/