Node JWT Auth API A simple Node.js API example using Express.js and JWT authentication. Install $ npm install Create sqlite database schema using: $ node schema.js Usage You need to set a JWT_SECRET environment variable. JWT_SECRET=secret node index.js