This PR creates decorators that can be used to check if the user has admin permission and if the admin session has timeout.
A new module was created to have all custom decorator used gathered in the same place.
I have only run the unit test for the individual modules that were impacted. I have yet to run all set of test.
This PR creates decorators that can be used to check if the user has admin permission and if the admin session has timeout.
A new module was created to have all custom decorator used gathered in the same place.
I have only run the unit test for the individual modules that were impacted. I have yet to run all set of test.
Fixes #2698