Skip to content

Releases: auth0/auth0.net

7.5.1

29 Sep 08:53
bbd508a
Compare
Choose a tag to compare

Changed

7.5.0

29 Sep 08:53
2b579d8
Compare
Choose a tag to compare

Added

7.4.0

29 Sep 08:53
0e40c85
Compare
Choose a tag to compare

Added

7.3.2

29 Sep 08:53
b1c9960
Compare
Choose a tag to compare

Added

  • Allow creating and updating RefreshToken settings for Clients #451 (SamTheWizard)

7.3.1

29 Sep 08:52
a54622e
Compare
Choose a tag to compare

Fixed

7.3.0

29 Sep 08:52
0c359f7
Compare
Choose a tag to compare

Added

7.2.0

29 Sep 08:52
4bd678d
Compare
Choose a tag to compare
  • Support passing the Identity property to the payload sent to JobsClient.SendVerificationEmailAsync
    and TicketClient.CreateEmailVerificationTicketAsync in Auth0.ManagementApi
  • Fix ConnectionsClient.GetAllAsync when trying to use multiple strategies in Auth0.ManagementApi
  • Add Sources to the User's Permissions when using UserClient.GetPermissionsAsync in Auth0.ManagementApi.
    The return type of the UserClient.GetPermissionsAsync method has been changed,
    so there might be use-cases where this is breaking your existing code base.
    In case you are inheriting the UserClient and overriding the GetPermissionsAsync method, you will need to update your code
    to ensure the return type matches the return type of the updated UserClient.GetPermissionsAsync method.

7.1.0

29 Sep 08:51
9d6f68e
Compare
Choose a tag to compare
  • Add support for Log Streams API in Auth0.ManagementApi

7.0.9

29 Sep 08:51
85c025e
Compare
Choose a tag to compare
  • Fix boolean casing on form post operations such as ImportUsersAsync so that upsert and sendCompletionEmail work.

7.0.8

29 Sep 08:49
3e571e0
Compare
Choose a tag to compare
  • Add missing "connections" property on UserBlock class