afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Attempt to fix infinite recursion in authorization code. #83

Closed JeremyGrieshop closed 7 months ago

JeremyGrieshop commented 7 months ago

When an authorization script is executed out of an application's initialAuthorizationCheck or AuthorizationHandler, the script may make function calls in order to gather more information about a particular subject or resource. These calls also require authorization, creating an infinite recursion scenario.