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).
pip install bankid-asyncio
poetry add bankid-asyncio