Skip to content

Releases: InternationalCodeCouncil/aws-cognito

v0.2.18

15 May 17:15
e7670b3
Compare
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
Compare
Choose a tag to compare

Updating some faker and phpunit dependencies for PHP 8.1 compatibility

v0.2.16

28 Jun 11:58
e092ddc
Compare
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
Compare
Choose a tag to compare
Merge pull request #2 from InternationalCodeCouncil/update-composer

update composer

v0.2.14

30 Jul 12:53
3c4f400
Compare
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
Compare
Choose a tag to compare

Adding in the NotAuthorizedException