/eve-jwt

Eve JWT auth for asymmetric encryption (public keys)

Primary LanguagePythonMIT LicenseMIT

eve-jwt

Documentation Status

Eve JWT auth for asymmetric encryption. Adapted from eve-auth-jwt which handles symmetric encryption shcemes.

Usage

from eve_jwt import JWTAuth
from eve import Eve

auth = JWTAuth(key_url="https://YOUR-OAUTH-SERVER/certs/")

app = Eve(auth=auth)

Features

  • TODO

Credits

This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.