golang-cognito-example
golang-cognito-example copied to clipboard
Secret hash is missing for register
When using your code, I realized that you get NotAuthorizedException (amazon style in go) error when trying to create an account. The reason is that you are missing the SecretHash property for the SignUpInput form.
@isereb sorry for the long reply! Would you be open to open a PR?