Project: authclient

Simple authentication client

Project Details

Latest version
1.0
Home Page
https://git.yurzs.dev/yurzs/authclient
PyPI Page
https://pypi.org/project/authclient/

Project Popularity

PageRank
0.001579651066304903
Number of downloads
46094

Simple authentication client

Simple authentication client

Usage

.. code-block:: python

from authclient import AuthClient

async def main(username, password):
    cli = AuthClient("service", "127.0.0.1", 443)
    await cli.authenticate(username, password)