You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
LICENSE | 2 years ago | |
Pipfile | 2 years ago | |
Pipfile.lock | 2 years ago | |
README.md | 2 years ago | |
server.py | 2 years ago |
README.md
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