Skip to content

Commit

Permalink
Merge pull request #98 from duo-labs/prepare-v1.0.0
Browse files Browse the repository at this point in the history
prepare-v1.0.0
  • Loading branch information
MasterKale committed Oct 15, 2021
2 parents 3649f68 + 2e1171c commit 970c292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,8 @@ Two additional helper methods are also exposed:
- `options_to_json()`
- `base64url_to_bytes()`

Additional data structures are available on `webauthn.helpers.structs`. These are useful for constructing inputs to the methods above, and for type hinting. These [Pydantic-powered](https://pydantic-docs.helpmanual.io/) dataclasses provide runtime data validation to help ensure consistency in the shape of data being passed around.

### Registration

See **examples/registration.py** for practical examples of using `generate_registration_options()` and `verify_registration_response()`.
Expand Down
2 changes: 1 addition & 1 deletion webauthn/__init__.py
Expand Up @@ -4,4 +4,4 @@
from .authentication.verify_authentication_response import verify_authentication_response
from .helpers import base64url_to_bytes, options_to_json

__version__ = "1.0.0-beta2"
__version__ = "1.0.0"

0 comments on commit 970c292

Please sign in to comment.