Skip to main content

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

zsl_jwt-0.1.7.tar.gz (18.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page