Skip to content

Releases: tymondesigns/jwt-auth

0.5.2

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

0.5.1 Security Release

07 Apr 20:22
Compare
Choose a tag to compare
Pre-release
  • bumping version of namshi/jose to address this issue
  • making config instances more configurable
  • fixing token refreshing, as described in #63

0.4.2 Security Release

07 Apr 20:14
Compare
Choose a tag to compare
Pre-release
  • bumping version of namshi/jose to address this issue

0.4.1

02 Mar 22:36
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • fallback to no tags on cach provider (when using file or db drivers)

0.5 Release

23 Feb 20:17
Compare
Choose a tag to compare
0.5 Release Pre-release
Pre-release

This release targets Laravel 5

  • switching to psr-4
  • switching to phpunit & Mockery
  • switching to namshi/jose as it provides gretaer control over token verification
  • using carbon for date/time calculations
  • abstracting the providers - (Auth, User, Storage, JWT)
  • adding lots more test coverage
  • completely refactoring Claim validation and Payload building
  • adding support for refreshing tokens
  • adding support for blacklisting tokens
  • login() renamed to authenticate()
  • lots of other general improvements and refactors

0.4 Release

22 Feb 20:14
Compare
Choose a tag to compare
0.4 Release Pre-release
Pre-release

This release targets Laravel 4

  • switching to psr-4
  • switching to phpunit & Mockery
  • switching to namshi/jose as it provides gretaer control over token verification
  • using carbon for date/time calculations
  • abstracting the providers - (Auth, User, Storage, JWT)
  • adding lots more test coverage
  • completely refactoring Claim validation and Payload building
  • adding support for refreshing tokens
  • adding support for blacklisting tokens
  • login() renamed to authenticate()
  • lots of other general improvements and refactors

0.3.12

05 Dec 09:47
Compare
Choose a tag to compare
0.3.12 Pre-release
Pre-release
  • fixing double quotes message on exception
  • fixing issue where boolean is returned from login method instead of authenticated user

0.3.11

01 Dec 10:35
Compare
Choose a tag to compare
0.3.11 Pre-release
Pre-release
  • another hotfix :/

0.3.10

30 Nov 13:02
Compare
Choose a tag to compare
0.3.10 Pre-release
Pre-release
  • hotfix release

0.3.9

28 Nov 16:45
Compare
Choose a tag to compare
0.3.9 Pre-release
Pre-release
  • fixing issue with firebase provider throwing exception when token has expired - see #14