pmill / aws-cognito

A PHP library for AWS Cognito user pools
MIT License
74 stars 62 forks source link

Last Api version lacking of handleAuthenticateResponse #6

Closed engharb closed 6 years ago

engharb commented 6 years ago

Hello @pmill,

I have installed your api via composer two days before and I am wondered that handleAuthenticateResponse() is not in CognitoClient class ?

pmill commented 6 years ago

Ah, I've not tagged a version that contains those changes yet. If you want to use them in the meantime you can run composer require pmill/aws-cognito:dev-master

pmill commented 6 years ago

I've tagged a v0.2.0 release that now contains the handleAuthenticateResponse method