Перейти до змісту

bankid-asyncio 🏦

Badges 🏷️

GitHub GitHub Workflow Status (with branch) GitHub (branch) GitHub last commit (branch) codecov

PyPI - Python Version PyPI - Format PyPI PyPI - Downloads

Imports: isort Code style: black

Dependencies ⛓️

Pydantic HTTPX

Description 📖

bankid-asyncio - is a BankID client for Python with asyncio support.

Asynchronous realization turned out to be implemented due to the fact that the library is written based on HTTPX, which allows not only synchronous requests (Client), but also asynchronous ones (AsyncClient).

Install 💾

pip

pip install bankid-asyncio

Poetry

poetry add bankid-asyncio

BankID

BankID

BankID Relying Party Guidelines .pdf

BankID Best Practices

BankID Formatting text

How it works❓

Success Auth/Sign flow

Starts on - Desktop or web

BankID used on - Mobile device HowTo Diagram