2021-02-02 14:32:46 +13:00
2021-02-02 01:21:49 +00:00
2021-02-02 14:32:46 +13:00
2021-02-02 14:32:46 +13:00
2021-02-02 14:32:46 +13:00
2021-02-02 14:32:46 +13:00

Python Aiohttp JWT middleware

Install

pip3 install pipenv

pipenv install

Generate Keys

openssl genrsa -out key 3072

openssl rsa -in key -pubout -out key.pub

Run

pipenv run server

Test

curl -H 'Authorization: Bearer <token>' http://0.0.0.0:8080

Description
No description provided
Readme 41 KiB
Languages
Python 100%