Skip to content

Releases: auth0/auth0.net

7.16.0

03 May 14:07
8164eec
Compare
Choose a tag to compare

Changed

Security

  • [Snyk] Security upgrade Newtonsoft.Json from 12.0.3 to 13.0.1 #560 (crew-security)
  • [Snyk] Security upgrade Microsoft.IdentityModel.Protocols.OpenIdConnect from 5.6.0 to 6.5.0 #559 (snyk-bot)

7.15.0

26 Jul 11:49
279e2b5
Compare
Choose a tag to compare

Added

Changed

Note that with this release, ID Token validation has been added when retrieving a token using any of the Device Code or Passwordless flows.
There might be a rare occasion where this could break your application, in the situation where you are using invalid ID Tokens.
However, typically this should not cause any issues as ID Tokens are supposed to be valid. If they aren't, you probably want to get notified about it as soon as possible.

Prior to this change, those methods would return the tokens without checking the validaty of your ID Token.
However, given the fact that this should realy be an edge case, and we believe it's a good idea to inform you about invalid tokens sooner rather than later, we decided to introduce this change in a minor release.

7.14.0

29 Sep 08:57
04ecd61
Compare
Choose a tag to compare

Added

7.12.1

29 Sep 08:57
8973a9d
Compare
Choose a tag to compare

Changed

Fixed

7.12.0

29 Sep 08:57
0536d14
Compare
Choose a tag to compare

Added

  • Support setting access token after instantiation of ManagementApiClient #532 (mfolker)
  • Add auth0-forwarded-for header to passwordless sms authentication for… #530 (rhyswilliamszip)

7.11.0

29 Sep 08:56
2c3468c
Compare
Choose a tag to compare

Added

Changed

7.10.0

29 Sep 08:55
a2d6ebe
Compare
Choose a tag to compare

Added

Fixed

7.9.0

29 Sep 08:55
8558543
Compare
Choose a tag to compare

Added

  • Add cancellation token support #513 (hawxy)
  • Implement automatic rate-limit handling #512 (frederikprijck)
  • Add connection property to OrganizationConnection #511 (frederikprijck)
  • Update pagination interface to support 'from' and 'take' checkpoint pagination parameters #507 (evansims)

Fixed

Note: In the situation where you are providing your own implementation for IManagementConnection or IAuthenticationConnection, upgrading to 7.9.0 will require changing your implementations to also include the optional CancellationToken parameters.

7.8.0

29 Sep 08:55
aff7af7
Compare
Choose a tag to compare

Added

7.7.0

29 Sep 08:55
e0361ff
Compare
Choose a tag to compare

Added