Brendan Abolivier 0c6edf6b4d Our authentication is actually identification | hace 7 años | |
---|---|---|
.. | ||
.gitignore | hace 7 años | |
README.md | hace 7 años | |
form.html | hace 7 años | |
package.json | hace 7 años | |
server.js | hace 7 años |
This server handles user authentication. In our very simple case, it will only ask for an username, but we can think of improving it to interact with a LDAP server. Once the user authenticated itself, it server will place a Macaroon in the user's browser, with a status caveat, depending on the route used:
/
, they will have the "student" status./teacher
, they will have the "teacher" status.Just run npm install
in this directory to install the dependencies, then run either npm start
or node server.js
to start the server.