hbldh / pybankid

BankID Relying Party client for Python

Home Page:https://pybankid.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for async client

tiwilliam opened this issue · comments

I have a new use case in a fully asynchronous framework currently using httpx. Opening up here for discussion. Would an async API and more modular HTTP backend would be welcomed as a contribution? And if so, any design preferences for how that would work?

Hello, yes that would be greatly appreciated. I also believe that httpx would be best suited. It is something I have put up doing for a long time...

Converting the current client to an async one would be a quite straightforward task, but it is a BankID v5.1 client, so if you are up to the task, it would be good to have it in v6 instead.