Re: Authorization layer - threads and privileged calls

2021-07-17 Thread Peter Firmstone
Note that the new authorization layer avoids "viral permissions" by requiring a privileged call before privileges will be enabled. Apart from privileged calls, only if a thread call stack contains all privileged domains, will it proceed with a Guard check. The authorization layer doesn't defin

Re: Authorization layer - threads and privileged calls

2021-07-17 Thread Peter Firmstone
I've added the following method to the Authorization class: /** * This method allows a developer to register the domain of a * dependency which doesn't utilize this Authorization layer, to be * considered as a trusted platform layer, in doing so however, * the dependency shoul