Skip to content

PyO3 bindings to the `jsonwebtoken` library in Rust.

License

Notifications You must be signed in to change notification settings

KLMatlock/jwtoxide

Repository files navigation

jwtoxide

Read the Docs

PyO3 bindings to the jsonwebtoken library in Rust.

This library provides Python bindings to the jsonwebtoken Rust library. The JSON Web Token (JWT) has become the de-facto standard for API authentication on the web.

This is a pure Rust implementation and requires no other dependencies to use.

Installation

Installation can be done through pypi using pip:

$ pip install jwtoxide

Development

Building for development requires maturin. Once installed run make install-dev.

About

PyO3 bindings to the `jsonwebtoken` library in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages