Enable the /SASjsApi top-level endpoint to a particular user/group. This would enable all the (configurable) APIs below it. If an admin GRANT access to say, /AppStream, it should grant for all (unless a specific one is DENIED)
Checks
[ ] Code is formatted correctly (npm run lint:fix).
Issue
closes #224
Intent
Enable the
/SASjsApi
top-level endpoint to a particular user/group. This would enable all the (configurable) APIs below it. If an admin GRANT access to say,/AppStream
, it should grant for all (unless a specific one is DENIED)Checks
npm run lint:fix
).npm test
).