pyobjc-framework-AuthenticationServices
Wrappers for the framework AuthenticationServices on macOS
What it is and what it does
This package is a PyObjC wrapper layer that exposes Apple's AuthenticationServices framework to Python developers on macOS. AuthenticationServices provides native APIs for handling user authentication, including support for passkeys, Sign in with Apple, and other credential-based authentication flows. The wrapper translates Objective-C method calls and types into Python equivalents, allowing you to call AuthenticationServices directly from Python code.
To use it, you install the package alongside its runtime dependencies (pyobjc-core and pyobjc-framework-Cocoa), then import the framework classes and instantiate them as you would in native Objective-C code. The package itself does not include documentation—you rely on Apple's AuthenticationServices documentation and PyObjC's general translation guidelines to understand how to call each API. It is actively maintained, supports modern Python versions including free-threading builds, and carries no known security vulnerabilities.
Use it for:
- Build a macOS desktop app that integrates Sign in with Apple for user authentication.
- Implement passkey-based authentication in a native macOS application written in Python.
- Access native credential storage and management APIs from a Python-based macOS utility.
- Create a macOS security tool that leverages AuthenticationServices for multi-factor authentication flows.
- Develop a macOS app launcher or system utility that delegates authentication to the OS.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's AuthenticationServices framework, enabling integration with native authentication and credential management APIs.
Yes, if you are building a macOS application in Python and need native authentication APIs. The package is actively maintained, has no known vulnerabilities, and supports current Python versions. Install only on macOS; it is not useful on other platforms. Expect to consult Apple's AuthenticationServices documentation alongside PyObjC's translation guides, as the wrapper itself includes no usage docs.
Install
pyobjc-framework-authenticationservices on PyPI
pip
pip install pyobjc-framework-authenticationservicesuv
uv add pyobjc-framework-authenticationservicespoetry
poetry add pyobjc-framework-authenticationservicesInstalling pyobjc-framework-AuthenticationServices
Before you install
Medium friction: platform-specific wheels for macOS only (Python 3.10–3.15, including free-threading variants), requiring pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies. Last release 3 days ago; repository active with recent commits.
License in practice
MIT license is permissive; no restrictions on commercial or proprietary use, modification, or redistribution.
Quickstart
pip install pyobjc-framework-authenticationservices
from AuthenticationServices import ASAuthorizationController
# Use ASAuthorizationController to manage authentication requests
macOS only; requires Python 3.10 or later; pyobjc-core and pyobjc-framework-Cocoa must be installed first.
Verify before relying
- Whether the wrapper covers the full AuthenticationServices API surface or a subset.
- Specific macOS version requirements beyond the wheel metadata (e.g., minimum macOS version for each Python release).
- Whether passkey/Sign in with Apple functionality is fully exposed through the wrapper.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 656,295/month — #5,495 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_authenticationservices-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_authenticationservices-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, AuthenticationServices
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-LocalAuthenticationEmbeddedUIProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SecurityProvides Python bindings to macOS's native…
permissive · top 5,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SecurityInterfaceProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-AutomaticAssessmentConfigurationProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI