{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/4"}],"enrichment":{"capability":"Provides Python bindings to Auth0's Authentication and Management APIs, supporting both synchronous and asynchronous workflows for token acquisition, user management, and identity operations.","skillfed_tags":["identity-management","oauth-openid","async-support"],"use_cases":["Acquire access tokens programmatically for service-to-service authentication using client credentials flow.","Manage Auth0 users (create, update, list, delete) from a Python backend application.","Build async-first applications that need non-blocking calls to Auth0 APIs without spawning threads.","Implement custom retry and timeout policies by passing httpx clients with proxy or transport configuration.","Paginate through large user or action lists using the built-in SyncPager or AsyncPager generators."],"what_it_does":"The Auth0 Python library is the official SDK for integrating Auth0 identity services into Python applications. It wraps Auth0's Authentication API (for token acquisition via client credentials, authorization codes, and other flows) and Management API (for user and action management) into a single, cohesive client interface. The library supports both synchronous and asynchronous I/O patterns, automatic token refresh when using client credentials, pagination for large result sets, and built-in retry logic with exponential backoff for transient failures.\n\nThe package depends on httpx and requests for HTTP transport, pydantic for response validation, cryptography and pyjwt for token handling, and aiohttp for async support. It is actively maintained, supports Python 3.10 through 3.14, and includes typed responses and raw response access for advanced use cases. Exception handling is provided through ApiError subclasses, and the library defaults to a 60-second timeout with configurable overrides.","worth_installing":"Yes. The library is actively maintained, has no known vulnerabilities, installs with low friction, and is the official Auth0 SDK for Python. Use it if you need to integrate Auth0 authentication or user management into a Python application. The Python \u22653.10 requirement may exclude legacy environments, but is reasonable for current deployments."},"id":"auth0-python","links":{"html":"https://skillfed.io/packages/auth0-python","md":"https://skillfed.io/packages/auth0-python.md","pypi":"https://pypi.org/project/auth0-python/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-05","license_spdx":null,"license_treatment":"permissive","name":"auth0-python","python_support":"supports_current","summary":"Auth0 Python SDK - Management and Authentication APIs"},"popularity":{"monthly_downloads":7126676,"position":1782,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"6.2.0"}
