Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 239 Bytes

Custom Auth with express

Use express to authenticate your own users.

Within this directory, install the dependencies:

$ npm install

Start the server:

$ DEBUG=express.* node server.js