Eve JWT auth for asymmetric encryption. Adapted from eve-auth-jwt which handles symmetric encryption shcemes.
from eve_jwt import JWTAuth
from eve import Eve
auth = JWTAuth(key_url="https://YOUR-OAUTH-SERVER/certs/")
app = Eve(auth=auth)
- Free software: MIT
- Documentation: https://eve-jwt.readthedocs.io.
- TODO
This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.