Skip to content

Releases: tymondesigns/jwt-auth

1.0.0-alpha.2

21 Apr 22:16
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
being more strict on phpunit tests now that the tz issue is fixed - m…

1.0.0-alpha.1

07 Mar 20:18
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Tagging an alpha version of the next release.

No documentation just yet (soon) so only use if you know what you're doing 😄

Will populate here with a quick start soon too

0.5.9

18 Feb 09:23
Compare
Choose a tag to compare
0.5.9 Pre-release
Pre-release

Doh!... I added the incorrect config paths

0.5.8

17 Feb 20:46
Compare
Choose a tag to compare
0.5.8 Pre-release
Pre-release

Very small patch release...

  • removing closures from config as this breaks laravel's config caching

0.5.7

16 Feb 20:14
Compare
Choose a tag to compare
0.5.7 Pre-release
Pre-release

Some bug fixes brought over from develop branch.

  • Allow Auth exceptions to bubble up to the surface (948518e)
  • Improve testing mock stability (20185f7)
  • Enabling blacklisting of expired-but-refreshable tokens (7b89b50)
  • Other small improvements and tweaks

0.5.6

24 Nov 20:55
Compare
Choose a tag to compare
0.5.6 Pre-release
Pre-release

Some people expressed the need for this patch, so just a quick release whilst 0.6 is still cooking.

  • Casting nbf, exp & iat claims to int

0.5.5

15 Sep 21:22
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • adding typ back into the JWT header

0.5.4

02 Jul 19:14
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

Nothing major here, just ensuring branches and releases are in-sync.

  • Now ensures tokens are interoperable - see #126
  • small cs-fixes

0.5.3

26 Apr 21:53
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • fixes token refreshing where token is wrongly deemed expired - see #102
  • fixes issue where refresh ttl not passed from config
  • other small improvements

0.4.3

20 Apr 19:23
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • fixing token refreshing
  • adding JWTFactory facade