/quid_examples

Frontend and backend examples usage of the Quid json web tokens server

Primary LanguageVueMIT LicenseMIT

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