golang-cognito-example icon indicating copy to clipboard operation
golang-cognito-example copied to clipboard

Secret hash is missing for register

Open isereb opened this issue 5 years ago • 1 comments

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 avatar Nov 29 '20 20:11 isereb

@isereb sorry for the long reply! Would you be open to open a PR?

max-pv avatar Jan 10 '21 06:01 max-pv