14
0

Accepting request 1235543 from home:glaubitz:branches:devel:languages:python

- Update to 2.4.0
  * An optional `hints` argument has been added to `generate_registration_options()`
    to specify one or more categories of authenticators for the browser to prioritize
    registration of. See `webauthn.helpers.structs.PublicKeyCredentialHint` for more
    information (#234)

OBS-URL: https://build.opensuse.org/request/show/1235543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webauthn?expand=0&rev=7
This commit is contained in:
2025-01-07 14:00:19 +00:00
committed by Git OBS Bridge
parent 8998ab5cb2
commit 53f19904a1
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 7 09:34:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.4.0
* An optional `hints` argument has been added to `generate_registration_options()`
to specify one or more categories of authenticators for the browser to prioritize
registration of. See `webauthn.helpers.structs.PublicKeyCredentialHint` for more
information (#234)
-------------------------------------------------------------------
Sat Nov 23 16:39:23 UTC 2024 - Dirk Müller <dmueller@suse.com>