- Pull request #46: allow configurating the path for JWT cookies. From surfjudge
- Pull request #27: add support for JWT tokens in cookies. From phrfpeixoto
- Fix release versioning error.
- Drop official support for Python 2.7.
- Use GitHub actions for CI and automated releases.
- Pull request #42: use the JSON encoder from Pyramid as default. From phrfpeixoto
- Pull request #23: Allow specifying the audience in the app configuration, from John Stevens II.
- Pull request #21: add support for JWT aud claims, from Luke Crooks.
- Issue #20: Fix handling of public keys.
- Pull request #17: a lot of documentation improvements from Luke Crooks.
- Fix a log.warn deprecation warning on Python 3.6.
- Documentation improvements, courtesy of Éric Araujo and Guillermo Cruz.
- Pull request #10 Allow use of a custom JSON encoder. Submitted by Julien Meyer.
- Issue #2: Support setting and reading extra claims in a JWT token.
- Pull request #4: Fix parsing of expiration and leeway settings from a configuration value. Submitted by Daniel Kraus.
- Pull request #3: Allow overriding the expiration timestamp for a token when creating a new token. Submitted by Daniel Kraus.
- First release