issues
search
pmill
/
aws-cognito
A PHP library for AWS Cognito user pools
MIT License
74
stars
62
forks
source link
update auth flow name and add three methods: adminCreateUser, adminSetUserPassword, adminResetUserPassword
#47
Closed
henrylim
closed
3 years ago
henrylim
commented
3 years ago
Update authentication auth flow name from ADMIN_NO_SRP_AUTH to ADMIN_USER_PASSWORD_AUTH (
https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminInitiateAuth.html
)
Add three CognitoIdentityProvider methods: adminCreateUser, adminSetUserPassword, adminResetUserPassword.