Skip to content

Commit

Permalink
Changed jwt libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pmill committed Jan 25, 2018
1 parent ef1d911 commit 30cec84
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 492 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ before running them.
Version History
---------------

0.2.0 (25/01/2018)

* Replaced spomky-labs/jose library with web-token/jwt-signature
* Added handling for authentication challenges
* Removed jwt key set caching code, replaced with getter/setter

0.1.3 (12/11/2017)

* Returned generated cognito username when registering
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"aws/aws-sdk-php": "^3.26",
"spomky-labs/jose": "^6.1"
"web-token/jwt-signature": "^1.0"
},
"autoload": {
"psr-4": {"pmill\\AwsCognito\\": "src/"}
Expand Down
Loading

0 comments on commit 30cec84

Please sign in to comment.