Skip to content

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