Implement Authentication Middleware
- Instantiate Auth Middleware as middleware of the flask app in webserver
- Parse which service is called from the request
- Check through the service if the request is authenticated
- Reject unauthorized requests as specified in the API spec
- Implement the default authenticate method in the Service class
This issue depends on #2 (closed)
Edited by Arved Friedrich Walter Ehrnsperger