marksteve / jws-test

Trying out JSON Web Signatures with Python (itsdangerous) and Node (jws)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWS Test

npm install

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

node sign.js | python validate.py
python sign.py | node validate.js

About

Trying out JSON Web Signatures with Python (itsdangerous) and Node (jws)


Languages

Language:JavaScript 51.1%Language:Python 48.9%