duo-labs / py_webauthn

Pythonic WebAuthn 🐍
https://duo-labs.github.io/py_webauthn
BSD 3-Clause "New" or "Revised" License
856 stars 171 forks source link

exception common base class #214

Closed raylu closed 3 months ago

raylu commented 6 months ago

right now, all the exceptions directly subclass Exception

it'd be much nicer if they shared a common WebAuthnException class or something so we could distinguish them from other errors

MasterKale commented 3 months ago

Hello @raylu (and @bschoenmaeckers) this has been addressed in webauthn==2.2.0

MasterKale commented 3 months ago

I had an issue publishing the latest version so v2.2.0 isn't available just yet. I'll follow up when it's finally available on PyPI.

MasterKale commented 3 months ago

Alright, I got things worked out. webauthn==2.2.0 is now available on PyPI