Skip to content

Releases: InternationalCodeCouncil/aws-cognito

0.3.0

Choose a tag to compare

@bclarkicc bclarkicc released this 04 Aug 12:28
8019f48

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

Choose a tag to compare

@bclarkicc bclarkicc released this 15 May 17:15
e7670b3

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

Choose a tag to compare

@bclarkicc bclarkicc released this 02 Aug 18:29

Updating some faker and phpunit dependencies for PHP 8.1 compatibility

v0.2.16

Choose a tag to compare

@bclarkicc bclarkicc released this 28 Jun 11:58
e092ddc

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

update the composer dependencies

Choose a tag to compare

@friskit friskit released this 23 Mar 10:56
0c2daa5
Merge pull request #2 from InternationalCodeCouncil/update-composer

update composer

v0.2.14

Choose a tag to compare

@bclarkicc bclarkicc released this 30 Jul 12:53
3c4f400

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

v0.2.12

Choose a tag to compare

@bclarkicc bclarkicc released this 16 Apr 18:18

Adding in the NotAuthorizedException