We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now, all the exceptions directly subclass Exception
Exception
it'd be much nicer if they shared a common WebAuthnException class or something so we could distinguish them from other errors
WebAuthnException
The text was updated successfully, but these errors were encountered:
Hello @raylu (and @bschoenmaeckers) this has been addressed in webauthn==2.2.0
webauthn==2.2.0
Sorry, something went wrong.
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.
Alright, I got things worked out. webauthn==2.2.0 is now available on PyPI
Successfully merging a pull request may close this issue.
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 errorsThe text was updated successfully, but these errors were encountered: