This PR adds a REST API to the server reachable at localhost:8008 At the same location is also a webview hosted for easier administration. The system uses the default UserStore. Furthermore, Roles have been introduced to limit the administration access only to privileged users. This PR only includes a rough foundation of what is possible. The main structure is implemented and it is possible to implement on top of it.
What type of PR is this? (keep all applicable)
Description
This PR adds a REST API to the server reachable at localhost:8008 At the same location is also a webview hosted for easier administration. The system uses the default
UserStore
. Furthermore,Roles
have been introduced to limit the administration access only to privileged users. This PR only includes a rough foundation of what is possible. The main structure is implemented and it is possible to implement on top of it.Related Tickets & Documents