Releases: auth0/auth0-python
Releases · auth0/auth0-python
3.11.0
Added
- Add send_completion_email to users import job #220 (lbalmaceda)
- Expose the time at which the Rate Limit will reset #219 (lbalmaceda)
Removed
- Add deprecation note for DELETE /users (all users) #217 (lbalmaceda)
3.10.0
This release includes a utility class to verify ID Tokens received from Auth0 when the scope requested included openid
. Please, refer to the README file to learn how to use it.
Every ID Token should be verified before consumed.
Security
- Improved OIDC compliance #213 (lbalmaceda)
Added
- Add connect/read timeout option #215 (lbalmaceda)
3.9.2
Fixed
- Accept client_secret as passwordless/start param #211 (lbalmaceda)
3.9.1
Changed
- Update minimum "requests" version to 2.14.0 #204 (lbalmaceda)