10000 Tags · DanNYSPD/jwt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: DanNYSPD/jwt

Tags

3.3.3

Toggle 3.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
8000
lcobucci Luís Cobucci
3.3.3

[![Build Status](https://img.shields.io/travis/com/lcobucci/jwt/3.3.3.svg?style=flat-square)](http://travis-ci.com/lcobucci/jwt)

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **1**

Documentation Bug
-----------------

 - [368: `Claim::getValue` can return anything](lcobucci#368) thanks to @carusogabriel

3.3.2

Toggle 3.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
3.3.2

[![Build Status](https://img.shields.io/travis/com/lcobucci/jwt/3.3.2.svg?style=flat-square)](http://travis-ci.com/lcobucci/jwt)

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Documentation
-----------------

 - [356: fix php docblock](lcobucci#356) thanks to @prolic

3.3.1

Toggle 3.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
3.3.1

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/3.3.1.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/jwt)

This version fixes the inconsistencies with the upcoming major release.

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **1**

Documentation
-------------

 - [297: Fix method name for audience configuration](lcobucci#297) thanks to @lcobucci
 - [296: Fix method name to match interface in v4](lcobucci#296) thanks to @lcobucci
 - [295: Fix deprecation notes](lcobucci#295) thanks to @lcobucci

3.3.0

Toggle 3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
3.3.0

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/3.3.0.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/jwt)

This version provides a major performance improvement for the ECDSA
algorithm, making it compatible with PHP 7.1+ too. We're also starting
to add deprecation notes and will soon backport things from v4.x to
create an upgrade path.

- Total issues resolved: **7**
- Total pull requests resolved: **8**
- Total contributors: **11**

Improvement
-----------

 - [288: Backport ECDSA improvements](lcobucci#288) thanks to @lcobucci
 - [283: Grammatical exception message fix](lcobucci#283) thanks to @zanechua
 - [261: Adjust build](lcobucci#261) thanks to @lcobucci
 - [260: Fixes memory leak in RSA-Signer](lcobucci#260) thanks to @Fahrenholz
 - [248: Issue lcobucci#191: Allow leeway to handle clock skew](lcobucci#248) thanks to @m777z
 - [137: Update PHPECC to remove mcrypt dependency](lcobucci#137) thanks to @lcobucci
 - [282: There is no support for PHP 7.3](lcobucci#282) thanks to @aksafan
 - [259: Unable to use ECDSA signer on PHP 7.2 (request to update mdanter/ecc dependency)](lcobucci#259) thanks to @shakura
 - [246: mdanter&lcobucci#95;ecc Singer Ecdsa KeyParse Issue](lcobucci#246) thanks to @kapil-infobeans

Documentation
-------------

 - [278: Corrected typos in `README.md`](lcobucci#278) thanks to @msimion
 - [258: Add Key typehint for verify()](lcobucci#258) thanks to @francislavoie
 - [196: Update README.md](lcobucci#196) thanks to @jagDanJu
 - [133: Add deprecation notes on methods](lcobucci#133) thanks to @lcobucci

Bug
---

 - [191: Validation of iat breaks on systems with a clock skew.](lcobucci#191) thanks to @viviivanov

4.0.0-alpha3

Toggle 4.0.0-alpha3's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
4.0.0-alpha3

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/4.0.0-alpha3.svg?style=flat-square)](http://travis-ci.org/lcobucci/jwt)

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

Improvement
-----------

 - [292: Make audience argument variadic in builder](lcobucci#292) thanks to @lcobucci and @samjudge

4.0.0-alpha2

Toggle 4.0.0-alpha2's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
4.0.0-alpha2

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/4.0.0-alpha2.svg?style=flat-square)](http://travis-ci.org/lcobucci/jwt)

- Total issues resolved: **0**
- Total pull requests resolved: **25**
- Total contributors: **8**

BC-break
--------

 - [247: Use OpenSSL to handle ECDSA signature](lcobucci#247) thanks to @lcobucci

Improvement
-----------

 - [287: Require PHPUnit v8.0](lcobucci#287) thanks to @lcobucci
 - [286: Upgrade Infection to 0.12](lcobucci#286) thanks to @lcobucci
 - [285: Upgrade PHPStan to v0.11](lcobucci#285) thanks to @lcobucci
 - [281: Fix deprecation notices](lcobucci#281) thanks to @lcobucci
 - [277: Upgrade infection](lcobucci#277) thanks to @lcobucci
 - [276: ECDSA Alg improvements](lcobucci#276) thanks to @Spomky
 - [275: Revert "Remove assertion count manipulation"](lcobucci#275) thanks to @lcobucci
 - [272: Various minor improvements](lcobucci#272) thanks to @lcobucci
 - [271: Add leeway to ValidAt constraint](lcobucci#271) thanks to @lcobucci
 - [270: Remove assertion count manipulation](lcobucci#270) thanks to @lcobucci
 - [269: Make build more strict](lcobucci#269) thanks to @lcobucci
 - [264: Add validation constraints to configuration object](lcobucci#264) thanks to @daniruizcamacho
 - [224: Improve build tools](lcobucci#224) thanks to @lcobucci
 - [202: Remove file level docblock from all files](lcobucci#202) thanks to @lcobucci
 - [200: Re-enable Humbug since we now have a RC version](lcobucci#200) thanks to @lcobucci
 - [199: 198: Add CS checking to build](lcobucci#199) thanks to @vanbrabantf
 - [197: Switched public and final to match PSR2](lcobucci#197) thanks to @vanbrabantf
 - [189: Add PHPBench as performance test tool](lcobucci#189) thanks to @lcobucci
 - [188: Add PHPCS configuration](lcobucci#188) thanks to @lcobucci

Documentation
-------------

 - [242: Fix travis link in readme](lcobucci#242) thanks to @BackEndTea
 - [221: Make it super obvious that the stable docs are at at 3.2 branch.](lcobucci#221) thanks to @frankdejonge
 - [218: Update license year](lcobucci#218) thanks to @m1guelpf
 - [208: Add information about Auth0's support](lcobucci#208) thanks to @lcobucci
 - [184: Fix README.md link to issue lcobucci#37](lcobucci#184) thanks to @ricardoseriani

3.2.5

Toggle 3.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
v3.2.5

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/3.2.5.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/jwt)

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Documentation
-------------

 - [274: Fix documentation of internal components](lcobucci#274) thanks to @lcobucci

3.2.4

Toggle 3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
3.2.4

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/3.2.4.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/jwt)

This release fixes a compatibility issue introduced in v3.2.3.

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

Bug
---

- [257: Fix PHP 5.5 compatibility](lcobucci#257) thanks to @lcobucci and @taasan

3.2.3

Toggle 3.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
3.2.3

[![Build Status](https://img.shields.io/travis/lcobucci/jwt/3.2.3.svg?style=flat-square)](http://travis-ci.org/#!/lcobucci/jwt)

- Total issues resolved: **1**
- Total pull requests resolved: **3**
- Total contributors: **3**

Improvement
---

- [250: Add newer PHP versions (allowing some to fail)](lcobucci#250) thanks to @lcobucci

Documentation
---

- [225: Add missing docblock argument](lcobucci#225) thanks to @Quezler

Bug
---

- [209: Add content check after key file reading](lcobucci#209) thanks to @misantron and @lcobucci

3.2.2

Toggle 3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
lcobucci Luís Cobucci
Release 3.2.2

-------------

This version fixes some small documentation issues.

Total issues resolved: 2

- [194: Fix `Builder#sign()` docblock to allow Key|string on `$key`](lcobucci#194) thanks to @msvrtan
- [195: Fix documentation to have the correct claim name (`exp` instead of `nbf`)](lcobucci#195) thanks to @carlnordenfelt
0