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

v0.5.2-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 15:55
· 697 commits to master since this release

FEATURES:

  • New Resource: auth0_hook (#171)

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: unassiging a role won't fail if the role has already been deleted.