Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Releases: emarref/jwt

v1.0.3

05 Sep 20:34

Choose a tag to compare

  • Addresses a timing attack vulnerability detailed in #20.

v1.0.2

16 Aug 22:04

Choose a tag to compare

v1.0.1

13 Jul 21:28

Choose a tag to compare

Fixes issues when deserializing non-jwt, empty, or otherwise malformed strings.

Bugfixes

08 Apr 22:44

Choose a tag to compare

Fixes the critical header bug. Adds PHP5.4 requirement.

Asymmetric Encryption

10 Nov 22:32

Choose a tag to compare

Asymmetric Encryption Pre-release
Pre-release

This release implements Asymmetric Encryption correctly. Multiple new unit tests added.

First Release

04 Nov 20:23

Choose a tag to compare

First Release Pre-release
Pre-release

Initial implementation. Unit tests unfinished.