currys-co-uk / mobile-manager

MobileManager is an application used for automation testing of iOS and Android mobile devices.
GNU General Public License v3.0
8 stars 2 forks source link

API authorization #8

Open Trawais opened 5 years ago

Trawais commented 5 years ago

Implement API authorization - can be TOKEN based. Only requests that match the TOKEN will be processed.

Also we need basic ACL system - first step is to create USER / ADMIN ... after that we can setup also some Device restrictions - so that only certain users are allowed to reserve specific devices.

The ACL system should be configurable by ADMIN via API, so that we can implement some nice GUI for it.