Skip to content

Releases: openstandia/connector-auth0

v1.2.1

30 Sep 14:07
Compare
Choose a tag to compare

1.2.1 (2024-09-30)

Bug Fixes

  • changed “logins_count” attribute type from long to int (c09fa2a)

v1.2.0

14 Feb 12:38
Compare
Choose a tag to compare

1.2.0 (2023-02-14)

Bug Fixes

Features

  • added max requests setting for the http client (a63a813)
  • added two options to verify email and phone number when updating them (fbd2612)

v1.1.5

26 Dec 13:45
Compare
Choose a tag to compare

1.1.5 (2022-12-26)

Bug Fixes

  • missing convert for "last_login" (5b3c452)

v1.1.4

19 Oct 03:01
Compare
Choose a tag to compare

1.1.4 (2022-10-19)

Bug Fixes

  • remove unused null check (f0c0a51)

v1.1.3

18 Oct 09:19
Compare
Choose a tag to compare

1.1.3 (2022-10-18)

Bug Fixes

  • can't clear multiple values in user/app metadata (1e875f8)
  • dataType for user/app metadata (119e335)
  • update user's permission (cae15b6)

v1.1.2

06 Oct 06:35
Compare
Choose a tag to compare

1.1.2 (2022-10-06)

Bug Fixes

  • can't store user/app metadata when creating (f88bbca)
  • handling multivalue for user/app metadata when updating (d03d2ee)

v1.1.1

29 Sep 10:28
Compare
Choose a tag to compare

1.1.1 (2022-09-29)

Bug Fixes

  • incorrect GuardedString handling (f9ac268)

v1.1.0

15 Sep 06:59
Compare
Choose a tag to compare

1.1.0 (2022-09-15)

Bug Fixes

  • improve error handling for search (396cac1)
  • update app_metadata (fc04a12)

Features

  • support user_metadata and app_metadata (a427f1c)

v1.0.1

30 Jun 03:13
Compare
Choose a tag to compare

1.0.1 (2022-06-30)

Bug Fixes

  • can't configure some properties (26ee7db)
  • expired check for Auth0 access token (b9a1f11)
  • paged search on resouce (48fb1ba)

v1.0.0

24 May 11:26
Compare
Choose a tag to compare

1.0.0 (2022-05-24)

Features

BREAKING CHANGES

  • initial release