Provides authentication for express and/or socket.io
TODO!
- Enable the module in
core.json
, afterexpress
andsocketio
but beforerest
. - Create a user using
adduser.js
, otherwise default user ischangeMe
with passwordkeyboard cat
. - Decide which API calls should be protected. By default everything is password protected.