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.1 (2017-07-18)
A first version able to encode and decode.
0.1.0 (2017-06-20)
First release on PyPI.
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
zsl_jwt-0.1.1.tar.gz
(14.4 kB
view details)
File details
Details for the file zsl_jwt-0.1.1.tar.gz.
File metadata
- Download URL: zsl_jwt-0.1.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
571970b3db0544bdd38bbb4e6fdbb0b464ce8e2a66a5b69c29baffde1957dcc5
|
|
| MD5 |
8c84b9acf60015e42488e8aaf6db62d5
|
|
| BLAKE2b-256 |
707a8f24fdb4d71be06005c39338c023ab907a8557e93d391e8ae03d4274381c
|