withAuthenticator signUpConfig example
See original GitHub issueWhen adding authentication using amplify add auth, it prompted me to select required fields. However, it didn’t build a signUpConfig, so I need to do that – without it, the sign up fails due to missing fields.
The documentation is missing 2 things:
- An example for customizing signUpConfig – ideally using
withAuthenticator - Elaboration around the
signUpFields, especially things liketype.- What are all of the possible values for
type? - Which type value would be appropriate for Picture?
- What are all of the possible values for
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:6
Top Results From Across the Web
Authenticator - React Native - AWS Amplify Docs
The default implementation uses the Amplify UI styling, for an example of what that looks ... HOC: export default withAuthenticator(App, { signUpConfig });....
Read more >How do I pass signUpConfig to Amplify's withAuthenticator ...
I am trying to create a react app using Typescript and AWS Amplify for user authentication. I want to limit the sign up...
Read more >Customizing the authentication experience of Amplify's ...
For the purposes of this example I chose email and name. ... export default withAuthenticator(App, { signUpConfig: { hiddenDefaults: ...
Read more >Avoid these AWS Amplify mistakes! - Andrei's Zgirvaci
authenticatorComponents.length > 0 } signUpConfig={this. ... Where in the withAuthenticator example, I can just specify a prop like this: ...
Read more >AWS Amplify Authentication in React Native (Full tutorial)
... project 7:50 Configure Amplify library in our React Native project 9:42 Basic authentication using withAuthenticator () HOC 14:40 AWS ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

An example such as:
any attribute for reset password ?