Skip to content

Releases: auth0/auth0.net

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

7.0.7

29 Sep 08:48
d98f24d
Compare
Choose a tag to compare
  • AuthenticationApiClient now respects path portions of the URI passed to the constructor.

7.0.6

29 Sep 08:47
7797a89
Compare
Choose a tag to compare
  • Force DateParseHandling of DateTime in JSON.NET serialization to avoid global setting.

7.0.5

29 Sep 08:46
5d5e019
Compare
Choose a tag to compare
  • Use own JSON.NET serialization settings (avoids conflicts with changes to global) #390
  • Fix Jobs ImportUsersAsync function, add new SendVerificationEmail setting #392
  • Add missing properties to Jobs class.
  • Add client_secret support to passwordless authentication #393