Releases: auth0/auth0-python
Releases · auth0/auth0-python
3.12.0
3.12.0
Added
- Add missing user profile properties to the signup endpoint #231 (lbalmaceda)
- Add Hooks management API #227 (guillp)
- Add missing external_id property to the import users job #222 (lbalmaceda)
Changed
- Remove iat claim value check #223 (lbalmaceda)
Fixed
- Skip sending optional parameters on POST request when unspecified #230 (lbalmaceda)
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)