Scaledrone Express.js JWT authentication example
This example shows how to use JWT authentication in your project
Install the dependencies:
npm install
Create a new channel in Scaledrone and copy the ID and secret. Then start the server:
CHANNEL_ID=dJLd12d91d... CHANNEL_SECRET=8LI85gAt... npm start
Open up http://localhost:1234