Service - Permission Handler: Difference between revisions

From Izara Wiki
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...")
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:


https://bitbucket.org/stb_working/permission-handler/src/master/
https://bitbucket.org/stb_working/permission-handler/src/master/
[[Category:Backend services| Permission Handler]]

Latest revision as of 07:48, 9 August 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/