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

A typo in verify_authentication_response function documentation #114

Closed alexey-nextreason closed 2 years ago

alexey-nextreason commented 2 years ago

There's a typo in documentation comments here https://github.com/duo-labs/py_webauthn/blob/387c9af04f1a11bd4a77d13881ea660ea0d02e4f/webauthn/authentication/verify_authentication_response.py#L53 should be navigator.credentials.get().

MasterKale commented 2 years ago

@alexey-nextreason Thank you for pointing this out, I'll address this with PR #115.

MasterKale commented 2 years ago

It was probably overkill but I cut a new release (v1.2.1) with this typo fix. Thank you again 🦅 👁️