post-login
action trigger, you can modify a user’s user_metadata
and app_metadata
fields during the login flow. This is useful for tasks such as storing application-specific data on the user’s profile, recording whether or not specific operations have occurred for a user, or caching the results of expensive operations on the user profile so they can be re-used for future logins. To learn more, read Manage User Metadata with the post-login Action Trigger.
app_metadata
and user_metadata
fields. To learn more, read Manage Metadata Using the Management API.
additionalSignUpFields
option to add custom fields to user signup forms. When a user enters data into a custom field, Auth0 stores the value in their profile’s user_metadata
field. To learn more, read Lock Configuration Options.