Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 442 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 442 Bytes

Quid examples

Examples on how to use the Quid json web tokens server

Usage

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 a backend

Run the python or go backend

Run a frontend

To run the javascript frontend:

npm install
npm run serve

Go to localhost:8080