Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.03 KB

phpFreja

Changelog for phpFreja.

The format is based on Keep a Changelog

[Unreleased]

  • Nothing right now

1.1 (2023-03-22)

  • Impelented new keys for jwt 2023
  • Fixed #2

1.0 (2020-05-02)

BREAKING CHANGES

  • Renamed the main class from 'frejaeID' to new name 'phpFreja'
  • Renamed the php file from 'frejaeID.php' to 'freja.php'
  • Output from the checkSignatureRequest have changed

Changed

  • Included a fork from php-jws in repo

Added

  • Added JWS validation as suggested by #1
  • PEM-files added for JWS validation

0.1 (2019-10-14)

Changed

  • Initial releases