# start a local dev server
$ npm install -g nodemon
$ make dev
- cors
- api key authentication
set TOKEN in makefile - auth0 authentication
set AUTH0_ISS and AUTH0_AUD in makefile
the public key from jwks.json will be cached in memory for 12 hours
forked https://github.com/fvbock/endless
i.e. no need to implement HEAD method in a router level