You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INCLUDED_PROPS option has been added to the config. It allows user to export properties which are excluded by default (like client_secret).
EXCLUDED_PROPS option has been added to the config. It allows user to exclude any unwanted properties from exported objects.
Changed
--strip option has been removed from export command. Now IDs will be stripped by default, but you can use AUTH0_EXPORT_IDENTIFIERS: true config variable or --export_ids cli option to prevent.