Auth0 authorization
Created by: cschloer
Instead of calling userservice perform Auth0 authentication within each service.
Note that there are new config variables:
Auth0 Authentication
AUTH0_AUTH_HEADER = 'x-blocpower-auth0-token' AUTH0_DOMAIN = 'blocpower.auth0.com' AUTH0_AUDIENCE = 'http://service.blocpower.io/' AUTH0_CLAIMS_NAMESPACE = 'http://blocpower/claims/'
Use the test-boilerplate branch in project service to test