Skip to content

7.2.0

Choose a tag to compare

@frederikprijck frederikprijck released this 29 Sep 08:52
· 558 commits to master since this release
4bd678d
  • 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.