zsl_jwt

A JWT implementation for ZSL


License
BSD-3-Clause
Install
pip install zsl_jwt==0.1.7

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status Coverage Status
package

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