Lock v2 for iOS allows you to specify additional fields that the user must complete before creating a new account. The extra fields will be shown after the basic fields (email, username, password).Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Adding custom fields
When signing up the default information requirements are the user’s email and password. You can expand your data capture requirements as needed. Capturing additional signup fields here will store them in theuser_metadata, which you can read more about in Metadata.
user_metadata attribute in the request body. You can access them by querying the user profile at any time, even from the Dashboard in the User’s section.