joserfc-wrapper is a library for easy use of JWT and automatic management of signature keys.
Project description
The joserfc-wrapper
library simplifies the use of JWT and automates the management of signature keys.
Install
pip install joserfc-wrapper
Reason
The main purpose of this wrapper is to simplify the management of signature keys for generating JWT tokens using the joserfc library and adhering to RFC standards. It offers two options for managing signature keys: securely storing generated keys in HashiCorp Vault or storing them on the filesystem. Additionally, it facilitates the use of JWT tokens in projects.
Need a custom solution for storing keys? We've got you covered.
If necessary, a custom object can be created to manage signing keys, including storing them in a database. However, this custom class must be a subclass of the parent AbstractKeyStorage abstract class to implement the necessary methods.
Using a Virtual Environment for joserfc_wrapper
We recommend running joserfc_wrapper in a virtual environment for the following reasons:
-
Project Isolation: A virtual environment isolates this project's dependencies from the rest of your system. This allows you to work with specific library versions required for joserfc_wrapper without the risk of conflicts with other projects.
-
Virtual environments make it easy to manage and track project dependencies, which is crucial for ensuring reproducibility and consistency in development.
-
Using a virtual environment ensures seamless integration and deployment, guaranteeing consistent operation across all development and production environments.
To create a virtual environment for joserfc_wrapper, follow these steps:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# or
pip install joserfc_wrapper
By following these guidelines, you can ensure a smooth and problem-free experience when working with joserfc_wrapper
.
Documentation
License
joserfc (BSD-3)
joserfc_wrapper (MIT)
Contributions to the development of this library are welcome, ideally in the form of a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for joserfc_wrapper-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d463c2dd4c1c0a27226570c342be7ed0175359945560581926279c5ecfe5b5 |
|
MD5 | ee00e86f9b563affe1b12adb2003924e |
|
BLAKE2b-256 | 089d5196515f1db1b0fecdb3f9b1f56869c688c927f481934ef7364d27b31086 |