| docs | |
|---|---|
| tests | |
| package |
JWT implementation for ZSL framework. This modules adds security possibilities to ZSL.
- Free software: BSD license
Just add zsl_jwt to your requirements or use
pip install zsl-jwt
Add zsl_jwt.module.JWTModule to the modules in your IoCContainer and provide a zsl_jwt.configuration.JWTConfiguration in your configuration under JWT variable.
See more in https://zsl-jwt.readthedocs.io/
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 |