Memory Controller

When using this controller users are authenticated against the in-memory array of users defined in the configuration file.

 "authenticaton": {
    "type": "memory",
    "memory": {
      "users": [
        {
          "display_name": "Demo User",
          "email": "[email protected]",
          "password": "demo",
          "username": "demo"
        },
        {
          "display_name": "Jon Snow",
          "email": "[email protected]",
          "password": "bastard",
          "username": "snow"
        }
      ]
    },

results matching ""

    No results matching ""