Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 11:47
· 684 commits to master since this release

FEATURES:

  • New Resource: auth0_hook (#171)
  • New Resource: auth0_global_client (#172)

ENHANCEMENTS:

  • resource/auth0_user: name, family_name, given_name, blocked and picture are added (#166)
  • resource/auth0_client: add initiate_login_uri (#2)
  • resource/auth0_tenant: add default_redirection_uri (#2)
  • resource/auth0_connection: strategy is now required and the apple, oidc and line strategies are added (#6)

BUG FIXES:

  • resource/auth0_user: unassigning a role won't fail if the role has already been deleted.