skillfed

pyobjc-framework-AuthenticationServices

Wrappers for the framework AuthenticationServices on macOS

pyobjc-framework-authenticationservices v12.2.2 656.3K downloads/30d#5,495 on PyPI803
Permissive license MIT Active released

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-authenticationservices

uv

uv add pyobjc-framework-authenticationservices

poetry

poetry add pyobjc-framework-authenticationservices

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos authentication services bindingspyobjc authenticationservices wrappermacos credential management pythonobjective-c authentication framework pythonpyobjc macos auth integrationnative macos authentication apipasskeys and sign-in on macos
macos-nativeauthenticationpyobjc-framework

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

pyobjc-framework-LocalAuthenticationEmbeddedUI

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Security

Provides Python bindings to macOS's native…

permissive · top 5,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SecurityInterface

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-AutomaticAssessmentConfiguration

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI