dwyl / learn-json-web-tokens

:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
MIT License
4.18k stars 254 forks source link

Simplify tinker around with the example #93

Closed svenefftinge closed 5 years ago

svenefftinge commented 5 years ago

This PR adds a gitpod config and button, that allows to open a dev environment for the example in the browser. It will start small container with a shell in the cloud and provide a VS Code based IDE running in the browser. I configured it so it automatically runs npm install followed by npm start. Also the button will open the helper.js and the running webapplication in the preview.

Here is a preview of what it would like like:

screenshot 2019-01-03 at 16 35 32

Open in Gitpod