skillfed

asyauth

Unified authentication library

asyauth v0.0.23 94.2K downloads/30d#13,339 on PyPI12
License unclear AGING released

What it is and what it does

asyauth is a unified authentication library that abstracts multiple authentication protocols and mechanisms behind a common interface. It wraps protocol-specific implementations—including Kerberos via minikerberos, cryptographic operations via unicrypto and asn1crypto, and socket handling via asysocks—to let developers work with authentication without managing each protocol's details separately.

The package is designed for scenarios where authentication needs to work across different protocols or where you want to defer protocol selection until runtime. It supports Python 3.7 and later and is distributed as a pure-Python wheel, making installation straightforward. The library appears to be stable but aging, with the last update 289 days ago; it has no known security vulnerabilities.

Use it for:

  • Implement authentication in tools that need to support multiple protocols (e.g., Kerberos, NTLM) without rewriting auth logic.
  • Build network utilities or penetration-testing frameworks that abstract protocol details from higher-level logic.
  • Develop credential-handling middleware that can switch between authentication mechanisms at runtime.
  • Create cross-platform authentication wrappers where protocol choice depends on environment or configuration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides unified authentication handling across multiple protocols and mechanisms, abstracting away protocol-specific details behind a common interface.

Yes, with conditions. Install if you need a unified authentication abstraction and are comfortable with an aging codebase (last update 289 days ago) and an unclear license. Verify the actual license in the repository and test compatibility with your specific authentication protocols before deploying to production. No known vulnerabilities and low install friction are in its favor.

Install

asyauth on PyPI

pip

pip install asyauth

uv

uv add asyauth

poetry

poetry add asyauth

Installing asyauth

Before you install

Low install friction with a pure-Python wheel distribution. Maintenance is aging—last commit was 289 days ago—but the repository remains active and not archived, suggesting the package is stable rather than abandoned.

License in practice

License status is unclear; no SPDX identifier or raw license text is available in the metadata. Verify the actual license terms in the repository before using in commercial or proprietary contexts.

Quickstart

pip install asyauth

from asyauth import asyauth
# Instantiate and configure authentication handler
auth = asyauth()
# Use for protocol-agnostic authentication

Requires Python 3.7 or later; depends on unicrypto, asn1crypto, asysocks, and minikerberos at runtime.

Verify before relying

  • What specific authentication protocols and mechanisms does this library support beyond Kerberos?
  • Is there documentation or examples showing typical usage patterns?
  • What is the actual license under which asyauth is distributed?

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 4 — unicrypto, asn1crypto, asysocks, minikerberos
Maintenance aging — 289 days since the last release
Last repo commit
First released
Downloads 94,178/month — #13,339 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: asyauth-0.0.23-py3-none-any.whl

Operating System :: OS IndependentProgramming Language :: Python :: 3.7Programming Language :: Python :: 3.8

Tags

unified authentication librarymulti-protocol auth abstractionkerberos authentication pythonasynchronous authenticationauthentication framework
authenticationkerberoscryptography

More Security packages