hpi-schul-cloud / schulcloud-content

GNU Affero General Public License v3.0
0 stars 0 forks source link

Allow using this service without an extra backend #29

Closed kremer-io closed 7 years ago

kremer-io commented 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:

"localAuthentication": [
    {
      "userId": "sc-content-1",
      "username": "schulcloud-content-1",
      "password": "content-1"
    },
    {
      "userId": "sc-content-2",
      "username": "schulcloud-content-2",
      "password": "content-2"
    }
  ]
niccokunzmann commented 7 years ago

31 closes this.