nodeplayer-plugin-passport
v0.2.0
Published
Provides authentication for express and/or socket.io
Downloads
3
Readme
nodeplayer-plugin-passport
Provides authentication for express and/or socket.io
Setup
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.