Releases: auth0/auth0-python
Releases · auth0/auth0-python
4.2.0
4.1.1
Fixed
- Make pw realm params optional #484 (adamjmcgrath)
- Fix intellisense on Auth0 class #486 (adamjmcgrath)
4.1.0
Added
- Add branding theme endpoints #477 (adamjmcgrath)
- SDK-4011 Add API2 Factor Management Endpoints #476 (adamjmcgrath)
4.0.0
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
3.24.0
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
Fixed
- Pass rest_options through Auth0 constructor #354 (adamjmcgrath)
3.23.0
Added
- Asyncio Support #312 (adamjmcgrath)
- Add
/api/v2/branding
endpoints support #313 (evansims)