Closed kremer-io closed 7 years ago
This service needs a backend for authenticating. For development it would be easier to use static username:password combinations. We could add an extra config file, e.g. development.json:
development.json
"localAuthentication": [ { "userId": "sc-content-1", "username": "schulcloud-content-1", "password": "content-1" }, { "userId": "sc-content-2", "username": "schulcloud-content-2", "password": "content-2" } ]
This service needs a backend for authenticating. For development it would be easier to use static username:password combinations. We could add an extra config file, e.g.
development.json
: