Skip to content

Releases: eljam/guzzle-jwt-middleware

Add satefy margin for expired token

20 Apr 09:55
ce36900
Compare
Choose a tag to compare

Update simple-cache requirements (#22)

03 Nov 10:58
Compare
Choose a tag to compare
v1.0.1

chore(version): bump version

Upgrade guzzle and phpunit

23 Mar 13:50
Compare
Choose a tag to compare
v1.0.0

chore(ci): update php version

fix(deprecated): composer autoloading deprecation notice

13 Aug 11:39
Compare
Choose a tag to compare

Fix deprecated notice from composer (road to composer 2.0)

use property accessor for token field node path

11 Sep 08:46
Compare
Choose a tag to compare
v0.7.0

use property accessor for token field node path

Fix/psr 16 token delete persistence method

06 Jul 15:34
Compare
Choose a tag to compare
Fix/psr 16 token persistence (#14)

* Enforce strict PSR16 compliancy. Fixes #12.

TokenPersistence with PSR-16 cache adapter

12 Jun 15:20
Compare
Choose a tag to compare
  • Use persistence strategy to avoid generating new token on every call.

Thanks to @nreynis that backport @disasterdrop code and implement PSR-16 cache adapter

Authorization Header Type

27 Jun 09:29
49a7fe8
Compare
Choose a tag to compare
Merge pull request #10 from coudenysj/patch-1

Fix the last code block

Fix token renewal

15 Oct 01:31
Compare
Choose a tag to compare
v0.4.1

Fix token renewal

Add new JsonAuthStrategy

24 Nov 20:58
Compare
Choose a tag to compare
v0.4.0

Update JsonAuthStrategy