pmill / aws-cognito

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

Optional SECRET_HASH #23

Open abelland opened 5 years ago

abelland commented 5 years ago

It's now possible to avoid InvalidParameterException "App client XXXXXX is not configured for secret but secret hash was received" if App Client Secret is null

Also Added getAuthParameters Method following DRY principle