Skip to content

Releases: InternationalCodeCouncil/aws-cognito

0.3.0

04 Aug 12:28
8019f48

Choose a tag to compare

Merging web-token/jwt-signature and web-token/jwt-signature-algorithm-rsa into the new web-token/jwt-framework package, and thereby updating minimum PHP requirements to 8.1

Other updates to support newer versions of PHP as well.

v0.2.18

15 May 17:15
e7670b3

Choose a tag to compare

Making the createFromCognitoException method a bit more robust so that it doesn't completely error in the event you pass it an Exception that is not specifically a CognitoIdentityProviderException.

v0.2.17

02 Aug 18:29

Choose a tag to compare

Updating some faker and phpunit dependencies for PHP 8.1 compatibility

v0.2.16

28 Jun 11:58
e092ddc

Choose a tag to compare

Adding in an additional exception type to account for some exceptions thrown from the Cognito lambdas

update the composer dependencies

23 Mar 10:56
0c2daa5

Choose a tag to compare

Merge pull request #2 from InternationalCodeCouncil/update-composer

update composer

v0.2.14

30 Jul 12:53
3c4f400

Choose a tag to compare

Renaming an incorrectly named class/file for an exception, also adding some more descriptive exception messages to some invalid token errors.

v0.2.12

16 Apr 18:18

Choose a tag to compare

Adding in the NotAuthorizedException