Repository URL to install this package:
|
Version:
1.1 ▾
|
pyramid_jwt_hybrid
/
changes.rst
|
|---|
Changelog
=========
1.1 - Unreleased
-----------------------
- `Issue #2 <https://github.com/wichert/pyramid_jwt/issues/2>`_:
Support setting and reading extra claims in a JWT token.
- `Pull request #4 <https://github.com/wichert/pyramid_jwt/pull/4>`_:
Fix parsing of expiration and leeway settings from a configuration value.
Submitted by `Daniel Kraus <https://github.com/dakra>`_.
- `Pull request #3 <https://github.com/wichert/pyramid_jwt/pull/3>`_:
- Allow overriding the expiration timestamp for a token when creating a new
token. Submitted by `Daniel Kraus`_.
1.0 - December 17, 2015
-----------------------
- First release