Skip to content

v3.0.0

Compare
Choose a tag to compare
@fyockm fyockm released this 04 Mar 16:33
· 1563 commits to master since this release

Added

  • 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.