-
Notifications
You must be signed in to change notification settings - Fork 324
chore (docs): add expo snack for Signup all attributes #4313
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
Conversation
|
signUpAttributes={[ | ||
'address', | ||
'birthdate', | ||
'email', | ||
'family_name', | ||
'gender', | ||
'given_name', | ||
'locale', | ||
'middle_name', | ||
'name', | ||
'nickname', | ||
'phone_number', | ||
'picture', | ||
'preferred_username', | ||
'profile', | ||
'updated_at', | ||
'website', | ||
'zoneinfo', | ||
]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need an example for this? Feel like a list of attributes/link to the OIDC spec should be sufficient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense, I thought I was missing something. Will update docs to just list these
Description of changes
Adds Expo Snack for SignUp Attributes showing all available attributes.
Issue #, if available
Fixes #4309
Description of how you validated changes
Checklist
yarn test
passes and tests are updated/addedsideEffects
field updatedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.