Releases: auth0/auth0.net
7.19.0
Added
- Add Factor Management Endpoints #608 (frederikprijck)
7.18.0
Added
- Add support for Client Assertion #605 (frederikprijck)
- Add support for the connection status API #601 (Hawxy)
7.17.4
Changed
- Rework IdTokenValidator to be able to use a proxy #596 (frederikprijck)
- Add support for Ephemeral sessions #593 (frederikprijck)
7.17.3
Changed
- [SDK-3641] Support stage property in Breached Password Detection configuration #591 (ewanharris)
7.17.2
7.17.1
7.17.0
7.16.1
7.16.0
7.15.0
Added
- Add support for Rules Configs endpoints #552 (caldwell0414)
Changed
- Add ID Token validation to device-code and passwordless #553 (frederikprijck)
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.