Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 427 Bytes

README.adoc

File metadata and controls

28 lines (20 loc) · 427 Bytes

huitparfait-gateway

Provide authentication, and more!

Prerequisites

This projects uses Node.js 10.2.1, which comes with NPM v5.6.0.

Contributing

Run the project (dev mode)

npm run dev

Run the project (production mode)

npm start

Generate JWT key pair

openssl genrsa -out jwt-private.pem 4096
openssl rsa -in jwt-private.pem -outform PEM -pubout -out jwt-public.pem