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

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 21:00
· 805 commits to master since this release

ENHANCEMENTS:

  • resource/auth0_connection: Introduce password_complexity_options (#132).
  • resource/auth0_resource_server: signing_secret is now also a computed field. If set it's validated to be at least 16 characters (#146).
  • resource/auth0_resource_server: identifier update forces new resource (#147).
  • resource/auth0_role (breaking change): user_ids is removed. In its place the following is introduced (#149).
  • resource/auth0_user: roles is added (#149).

BUG FIXES:

  • resource/auth0_connection: Fix password_dictionary #128
  • resource/auth0_client: Fix is_first_party setting if set to zero value (#148).