auth0-python

Auth0 SDK for Python

MIT License

Downloads
954.7K
Stars
515
Committers
93

Bot releases are visible (Hide)

auth0-python - 3.20.0

Published by adamjmcgrath over 2 years ago

Added

auth0-python - 3.19.0

Published by lbalmaceda about 3 years ago

Added

Changed

  • Remove references to ID token in generic token classes #295 (lbalmaceda)

Fixed

  • Use assertNotEqual instead of assertNotEquals for Python 3.11 compatibility. #294 (tirkarthi)
auth0-python - 3.18.0

Published by jimmyjames about 3 years ago

Added

auth0-python - 3.17.0

Published by lbalmaceda about 3 years ago

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

auth0-python - 3.16.2

Published by lbalmaceda over 3 years ago

Fixed
Re-Route Job Results endpoint #275 (lbalmaceda)

auth0-python - 3.16.1

Published by lbalmaceda over 3 years ago

Fixed

auth0-python - 3.16.0

Published by lbalmaceda over 3 years ago

Added

auth0-python - 3.15.0

Published by jimmyjames over 3 years ago

Added

auth0-python - 3.13.0

Published by lbalmaceda about 4 years ago

Added

Fixed

auth0-python - 3.12.0

Published by lbalmaceda over 4 years ago

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

Fixed

  • Skip sending optional parameters on POST request when unspecified #230 (lbalmaceda)
auth0-python - 3.11.0

Published by lbalmaceda over 4 years ago

Added

Removed

  • Add deprecation note for DELETE /users (all users) #217 (lbalmaceda)
auth0-python - 3.10.0

Published by lbalmaceda over 4 years ago

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

Added

auth0-python - 3.9.2

Published by lbalmaceda over 4 years ago

Fixed

auth0-python - 3.9.1

Published by lbalmaceda about 5 years ago

Changed

auth0-python - 3.9.0

Published by lbalmaceda over 5 years ago

3.9.0

Added

auth0-python - 3.8.1

Published by lbalmaceda over 5 years ago

3.8.1

Fixed

auth0-python - 3.8.0

Published by lbalmaceda over 5 years ago

3.8.0

Fixed

Security

auth0-python - 3.2.0

Published by lbalmaceda over 5 years ago

3.2.0

Added

Fixed

  • Correctly throw an exception when handing a text response #92 (benbc)
  • Instantiate UserBlocks for consistency #90 (mattdodge)
auth0-python - 3.2.2

Published by lbalmaceda over 5 years ago

3.2.2

Fixed

  • Upload the correct package contents to Pypi.
auth0-python - 3.3.0

Published by lbalmaceda over 5 years ago

3.3.0

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