Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i add custom attributes when signup #68

Open
zhangli-jerry opened this issue Nov 28, 2019 · 5 comments
Open

how can i add custom attributes when signup #68

zhangli-jerry opened this issue Nov 28, 2019 · 5 comments

Comments

@zhangli-jerry
Copy link

how can i add custom attributes when signup?
can i use ClientMataData ?

Thanks.

@shierro
Copy link

shierro commented Dec 3, 2019

seems so

'ClientMetadata': authDetails.getValidationData(),

1st time we've tried, we got error code 400 SerializationException

@furaiev
Copy link

furaiev commented Dec 3, 2019

Guys, fixed in forked branch https://pub.dev/packages/amazon_cognito_identity_dart_2
Welcome to contribute

@shierro
Copy link

shierro commented Dec 3, 2019

@furaiev thanks for fixing this one quickly. i think it's also good to submit a PR to this repo so we can switch back to it once it is merged

@furaiev
Copy link

furaiev commented Dec 4, 2019

I don't believe that owner will start support this package again. There are already 14 unresolved PRs.

@Aathi
Copy link

Aathi commented May 2, 2020

final userAttributes = [
      new AttributeArg(name: 'name', value: name),
      new AttributeArg(name: 'custom:attribute_1', value: attribute_1),
      new AttributeArg(name: 'custom:attribute_2', value: attribute_2),
      new AttributeArg(name: 'custom:attribute_3', value: attribute_3),
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants