Skip to content

Add ACL system functions to backend API

Thomas Liao requested to merge addACLtoAPI into master

Created by: PRISHIta123

I have updated the addUser and Authentication modules in APIServer.py as part of the ACL system. I have considered that API (imported through fastapi) does the same work as sSocketAPI in NES so I have called the ManagementAPI functions directly.

Merge request reports