afw-org / afw

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

Review authorization modes and delegation #85

Open JeremyGrieshop opened 6 months ago

JeremyGrieshop commented 6 months ago

A quick fix was applied to src/afw/authorization/afw_authorization.c in order to address an infinite recursion by temporarily entering intermediate mode during the execution of authorization handler code.

A broader discussion on how authorization code should be managed and delegated needs to be resolved in order to come up with a better, not-so-blunt solution to this problem. Specifically, we have to figure out: