Metafields are custom fields that you can use to store additional information about your users. They are administration-only fields that allow you to add metadata to hold IDs and make associations with your own systems. Scute supports 7 data types for metafields: string, integer, date, email, phone, url, and boolean. Metafields are not used in login forms for collecting extra data from users. Instead, they serve as a way to store and retrieve meta information that you can process in your application during authentication, signup, and other user-related operations.Documentation Index
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
Metafield Verification
You can now verify metafield values using OTP codes sent to the specified identifier. This is particularly useful for:- Verifying email or phone metafields before important operations
- Confirming ownership of contact information stored in metafields
- Adding an extra layer of security for sensitive metafield updates
