JWT Auth Versions Save

🔐 JSON Web Token Authentication for Laravel & Lumen

1.0.0-alpha.2

8 years ago

1.0.0-alpha1

8 years ago

Tagging an alpha version of the next release.

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

Will populate here with a quick start soon too

0.5.9

8 years ago

Doh!... I added the incorrect config paths

0.5.8

8 years ago

Very small patch release...

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

0.5.7

8 years ago

Some bug fixes brought over from develop branch.

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

0.5.6

8 years ago

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

8 years ago
  • adding typ back into the JWT header

0.5.4

8 years ago

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

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

0.5.3

9 years ago
  • 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

9 years ago
  • fixing token refreshing
  • adding JWTFactory facade