4.3.0 (2023-06-26)
Added
- Add forwardedFor option to password grant login #501 (adamjmcgrath)
- Add connections.all name parameter #500 (adamjmcgrath)
- Add type hints to base and
authentication
#472 (Viicos)
Fixed
- Fix async auth client #499 (adamjmcgrath)
- Fix update_template_universal_login #495 (adamjmcgrath)
4.2.0 (2023-05-02)
Added
- Add cache_ttl param to AsymmetricSignatureVerifier #490 (matei-radu)
4.1.1 (2023-04-13)
Fixed
- Make pw realm params optional #484 (adamjmcgrath)
- Fix intellisense on Auth0 class #486 (adamjmcgrath)
4.1.0 (2023-03-14)
Added
- Add branding theme endpoints #477 (adamjmcgrath)
- [SDK-4011] Add API2 Factor Management Endpoints #476 (adamjmcgrath)
- Use declarative setup with
pyproject.toml
#474 (Viicos)
4.0.0 (2023-01-19)
Added
- Add support for private_key_jwt #456 (adamjmcgrath)
- Add support for managing client credentials #459 (adamjmcgrath)
Security
- Update pyjwt #460 (adamjmcgrath)
Changed
- Remove deprecated methods #461 (adamjmcgrath)
- Remove v3 folder #462 (adamjmcgrath)
See the V4_MIGRATION_GUIDE for more info.
3.24.1 (2023-01-19)
Fixed
- Remove unnecessary type param from update_template_universal_login #463 (adamjmcgrath)
3.24.0 (2022-10-17)
Added
- [SDK-3714] Async token verifier #445 (adamjmcgrath)
- Add AsyncAuth0 to share a session among many services #443 (adamjmcgrath)
Fixed
- Bugfix 414 missing import #442 (adamjmcgrath)
3.23.1 (2022-06-10)
Fixed
- Pass rest_options through Auth0 constructor #354 (adamjmcgrath)
Added
- Asyncio Support #312 (adamjmcgrath)
- Add
/api/v2/branding
endpoints support #313 (evansims)
Added
- [SDK-3174] Add
DELETE
method for/api/v2/users/{id}/authenticators
endpoint #301 (akmjenkins) - [SDK-3175] Return token claims in TokenVerifier.verify() #273 (bisguzar)
Fixed
Added
Added
- Add attack protection endpoints #303 (adamjmcgrath)
Added
Changed
- Remove references to ID token in generic token classes #295 (lbalmaceda)
Fixed
Added
- [SDK-2720] Add support for actions APIs #289 (jimmyjames)
Added
- Make the CI fail when the docs syntax is invalid #287 (lbalmaceda)
- [SDK-2687] Implement automatic rate-limit handling #285 (evansims)
- Use Sphinx to generate API docs #281 (lbalmaceda)
- Add Passwordless Login function #279 (lbalmaceda)
- [SDK 2665] Update endpoint methods to support 'from' and 'take' checkpoint pagination parameters, where appropriate #278 (evansims)
Deprecated
- Deprecate /oauth/ro for passwordless #280 (lbalmaceda)
Fixed
- Re-Route Job Results endpoint #275 (lbalmaceda)
Fixed
- Remove requirements.txt file #270 (lbalmaceda)
- Repair Organisation get by name URL. #269 (queenvictoria)
Added
- Add access token validation guidance for organizations #262 (lbalmaceda)
- Add support for Organization MGMT API endpoints [SDK-2439] #261 (lbalmaceda)
- Add scope to refresh_token #256 (criles25)
- Allow configuration of outgoing request protocol #254 (garry-jeromson)
Added
- Add support for organizations feature #258 (jimmyjames)
Added
Added
- Add support for Log Streams API #236 (lbalmaceda)
Fixed
- Fix imports on the management/init.py file #235 (matthewarmand)
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)
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)
Security
- Improved OIDC compliance #213 (lbalmaceda)
Added
- Add connect/read timeout option #215 (lbalmaceda)
Fixed
- Accept client_secret as passwordless/start param #211 (lbalmaceda)
Changed
- Update minimum "requests" version to 2.14.0 #204 (lbalmaceda)
Added
- Add Roles and Permissions endpoints #202 (lbalmaceda)
July 18, 2019: This release included an unintentionally breaking change affecting those users that were manually parsing the response from GET requests. e.g. /userinfo or /authorize. The AuthenticationBase#get
method was incorrectly parsing the request result into a String.
From this release on, making a GET request returns a Dictionary instead.
Breaking Change
- Fix request creation when headers are the default #198 (lbalmaceda).
Fixed
Security
- Update requests dependency to latest version #196 (lbalmaceda)
Fixed
- Fix HTTP method used for rotating Client secret #191 (lbalmaceda)
Fixed
- Update telemetry format #187 (lbalmaceda)
Changed
- Remove default value for search_engine #185 (lbalmaceda)
Fixed
Added
Added
- Add Revoke Refresh Token endpoint #170 (lbalmaceda)
- Add /dbconnections/signup with username and metadata #169 (lbalmaceda)
Added
- Add
client_id
param to ClientGrants.all #159 (danishprakash) - Add telemetry headers to AuthenticationBase #152 (crgk)
- Add pre-commit pypgrade hook and update supported versions #124 (hugovk)
- Implemented delete_user_by_email and test for connections #122 (runz0rd)
- Adds user export job creation. #112 (dmark)
Changed
- String Formatting Updated #141 (vkmrishad)
- Uses Python built-in modules to retrieve Python and auth0-python version number #125 (edawine)
Fixed
- Stop lower-casing email on user search #167 (helmus)
- Always include Content-Type header in management requests #158 (crgk)
Added
- Add pagination to Clients and Connections
- Add pagination to Client Grants, Resource Servers and Rules
- Add Email-Templates Management API endpoints
Fixed
- Replace default mutable arguments with None
- Fix JSON error message handling for Management API
Fixed
- Upload the correct package contents to Pypi.
Added
Fixed
- Correctly throw an exception when handing a text response #92 (benbc)
- Instantiate UserBlocks for consistency #90 (mattdodge)
Authentication API
- Improve handling of inconsistent API error responses.
Management API
- Added
upsert
parameter toimport_users
job.
Authentication API
- Added
refresh_token
method to get_token
Authentication API
- Added Logout Functionality
Authentication API
- Added Support for API Authorization.
oauth/token
endpoint- Client Credentials Grant
- Authorization Code Grant
- Authorization Code PKCE Grant
- Resource Owner Password Realm Grant
- Added Support for API Authorization.
authorize
endpoint- Authorization Code Grant
Management API v2
- Added Support for Guardian
- Added Support to retrieve Logs
- Added Support to manage Resource Servers
- Added Support to manage Client Grants
- Added Support to manage User blocks