Examples on how to use the Quid json web tokens server
Run a Quid server with a "demo" namespace and create a user
Place the namespace key into an env variable:
export QUID_DEMO_KEY='the_demo_namespace_key'
Run the python or go backend
To run the javascript frontend:
npm install
npm run serve
Go to localhost:8080