Releases: tymondesigns/jwt-auth
Releases · tymondesigns/jwt-auth
1.0.0-alpha.2
being more strict on phpunit tests now that the tz issue is fixed - m…
1.0.0-alpha.1
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
Doh!... I added the incorrect config paths
0.5.8
Very small patch release...
- removing closures from config as this breaks laravel's config caching
0.5.7
0.5.6
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
- adding
typ
back into the JWT header
0.5.4
0.5.3
0.4.3
- fixing token refreshing
- adding
JWTFactory
facade