Skip to content

Eve JWT auth for asymmetric encryption (public keys)

License

Notifications You must be signed in to change notification settings

jmosbacher/eve-jwt

Repository files navigation

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.

About

Eve JWT auth for asymmetric encryption (public keys)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages