hbldh / pybankid

BankID Relying Party client for Python
https://pybankid.readthedocs.io
MIT License
48 stars 19 forks source link

Upgrading to API v. 6.0 #56

Closed mxamin closed 7 months ago

mxamin commented 10 months ago

Opening an issue since I don't see any development/discussion on upgrading to v. 6.0 which was released May 2023. I was planning to start working on that, and I was wondering if anyone has already started or has any ideas so we can sync with each other.

hbldh commented 9 months ago

I have an plan for implementing this, but not so much time right now. There has been some work done (#55) to provide a async client as well, and I feel that the 6.0 and sync/async situation needs to be addressed at the same time. I can merge your PR #57 into develop and use it as a springboard for doing that development later on.

mxamin commented 9 months ago

@hbldh Sounds good, I closed the PR and created a new one pointing to develop branch. Let me know if I can be of assistance :)

New PR: https://github.com/hbldh/pybankid/pull/58

nnew2 commented 7 months ago

Is there an estimated time on your end for the release that supports RP 6.0? We're approx. 40 days away from the enforcement of "Säker start".

hbldh commented 7 months ago

@nnew2 @mxamin There are now working v6 sync and async clients implemented in the develop branchs latest commit. As soon as I finish the documentation i will push it to PyPI, but you can start using the existing code if you want to start right away.

hbldh commented 7 months ago

Version 1.0.0 of PyBankID, with async and sync clients integrating with the v6 BankID API, has now been officially released and is available on PyPI.