Source: auth0-python Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-poetry-core, python3-poetry-dynamic-versioning, Build-Depends-Indep: python3-aiohttp , python3-aioresponses , python3-cryptography , python3-jwt , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-requests , python3-sphinx , python3-sphinx-autodoc-typehints , python3-sphinx-mdinclude , python3-sphinx-rtd-theme , Standards-Version: 4.7.2 Homepage: https://github.com/auth0/auth0-python Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/auth0-python Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/auth0-python.git Testsuite: autopkgtest-pkg-pybuild Package: python3-auth0 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Authentication and authorization API client for interacting with Auth0 services This library provides a client interface for communicating with Auth0's authentication and management APIs. It enables applications to perform a variety of authentication operations, including user sign-up, login, passwordless authentication, token retrieval, and user information management. The management features cover operations such as managing users, roles, permissions, connections, organizations, branding, logs, email templates, actions, rules, and security settings through programmatic access to Auth0's Management API. The library talks to Auth0's remote services over HTTP, allowing integration with centralized authentication and identity management infrastructure.