Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 886 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 886 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.4.1] - 2020-08-19

Fixed

  • Don't rely on key IDs being used as array keys in JWKSet.

[1.4.0] - 2020-06-15

Added

  • Leeway to the token validator.

[1.3.0] - 2020-06-11

Added

  • Support for different response modes.
  • Links to documentation.
  • More robust autoload include.
  • Command to generate state strings.
  • More robust token validation.

[1.2.0] - 2020-06-02

Added

  • Command to generate a valid code verifier string.

[1.1.0] - 2020-05-29

Added

  • The JWT Framework.
  • Unit tests.

Removed

  • Our own JWK implementation.

[1.0.0] - 2020-05-28

First release.