A JWT implementation for ZSL
Project description
JWT implementation for ZSL framework. This modules adds security possibilities to ZSL.
Free software: BSD license
Installation
Just add zsl_jwt to your requirements or use
pip install zsl-jwt
Usage
Add zsl_jwt.module.JWTModule to the modules in your IoCContainer and provide a zsl_jwt.configuration.JWTConfiguration in your configuration under JWT variable.
Documentation
See more in https://zsl_jwt.readthedocs.io/
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.3 (2017-07-19)
Algorithm setting is moved to JWTProfile.
0.1.2 (2017-07-18)
Forgotten unit tests are added.
0.1.1 (2017-07-18)
A first version able to encode and decode.
0.1.0 (2017-06-20)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zsl_jwt-0.1.7.tar.gz
.
File metadata
- Download URL: zsl_jwt-0.1.7.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fbc6d98f64cbe8b17fdec644420e781efc4a257f1c63ae188b82e2c896b6179 |
|
MD5 | 3e35f68889301b3ac74496a71c6a3169 |
|
BLAKE2b-256 | d97fb8a8b2af196ecf01921186db56fbafaa85b5fa2f987a72e1f87d7ac28cbe |