Skip to content

Releases: auth0/auth0-cli

v1.9.1

21 Feb 11:38
35776ca
Compare
Choose a tag to compare

Added

  • Add support for new screens in Advanced Customization for Universal Login #1140

v1.9.0

06 Feb 17:03
0555656
Compare
Choose a tag to compare

Added

  • Add support for new screens in Advanced Customization for Universal Login [#1132]
  • Add support to set custom url parameters using --params in auth0 test [#1130]
  • Add support to set runtime using --runtime in auth0 actions [#1131]
  • Add support to manage Event Streams using auth0 events [#1134]

Changed

  • Updated auth0 ul customize branding assets to load custom text based on selected screens [#1124]

v1.8.0

21 Jan 11:15
c672a3c
Compare
Choose a tag to compare

Added

  • Support reset_email_by_code email template #1119
  • Add support for configuring email provider #1120
  • Add requiredScopes related to emailProvider #1129

v1.7.2

19 Dec 15:27
da13038
Compare
Choose a tag to compare

fix(terraform): Handle 403 forbidden error #1115

v1.7.1

19 Dec 12:18
c7133bb
Compare
Choose a tag to compare

Added

  • Support flags for auth0 ul customize command to choose the renderingMode, prompt & screenNames along with configSettings file #1111

Fixed

  • Fix auth0 tf generate command and handle error when custom domain is not enabled #1103
  • Fix CDN textLocal URL & include unit tests for fetchData of the resource auth0_prompt_screen_renderer #1109

v1.7.0

10 Dec 07:29
e9c0099
Compare
Choose a tag to compare

Added

  • Support for importing auth0_prompt_screen_renderer terraform resource(EA feature) [#1106]

Fixed

  • For ul login added check to filter and identify only support partials. [#1107]

v1.6.1

31 Oct 10:09
be18be8
Compare
Choose a tag to compare

Added

  • Added new flag (tf-version) to pass terraform version during auth0 tf generate command [#1098]

Removed

  • Removed iga-* triggers from triggerActionsResourceFetcher [#1099]

v1.6.0

18 Oct 05:24
7dc58e0
Compare
Choose a tag to compare

Added

  • Support for importing Flows, Forms and FlowVaultConnections Terraform Resources [#1084]

Fixed

  • Resolved an issue to support passwordless connection while creating and updating a user [#1091]

v1.5.1

04 Oct 08:55
e7536d4
Compare
Choose a tag to compare

Fixed

  • Resolved an issue with auth0_resource_server_scopes in the auth0_resource_server Terraform import when generating Terraform configuration [#1079]
  • Improved error handling in auth0 ul customize to gracefully ignore specific prompt errors [#1081]
  • Fixed an issue with the display of custom domains data and deletion across all commands that involve multiple pick options [#1083]

v1.5.0

13 Sep 11:34
5cff636
Compare
Choose a tag to compare

Added

  • Support for auth0_client_credentials within auth0_client when generating Terraform configuration [#1032]
  • Support for auth0_email_template when generating Terraform configuration [#988]
  • Ability to use Custom Partial Prompts in the auth0 universal-login customize command [#1031]
  • Ability to manage the login domain through the --domain flag in the auth0 login command with an updated login flow [#1038]

Fixed

  • Issue with listing tenants in JSON format. #1002