soft-webauthn icon indicating copy to clipboard operation
soft-webauthn copied to clipboard

Python software webauthn token

Results 7 soft-webauthn issues
Sort by recently updated
recently updated
newest added

A couple of methods to serialize the software token, (optionally with a password on the private key).

use black, use after #11 and #12

Thanks for great library. I used to test our server implementation and we needed the res to be JSON serializable.

Currently, the class uses hardcoded flags for the methods: - `get` (`USER_PRESENT`, `ATTESTED_CREDENTIAL_DATA_INCLUDED`) - `update` (`USER_PRESENT`) However, some relying parties need certain flags. The most useful example is `USER_VERIFIED`. This...

Initial attribute values changed to "empty" form of type to help with serialization.

If the relying party set the user verification requirement option to `required`, the authenticator should return data with the `UV` flag on, or fail if it cannot do the user...