Skip to content

Releases: wevm/webauthn-p256

[email protected]

13 Aug 21:41
b034904
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Aug 21:37
d5352d0
Compare
Choose a tag to compare

Patch Changes

  • 11ee43e Thanks @jxom! - Added userVerification as a parameter to sign.

[email protected]

28 Jul 23:12
7b72669
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Jul 07:35
c630a54
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Jul 05:55
2072378
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Jul 23:20
bd42509
Compare
Choose a tag to compare

Patch Changes

  • 11f84a8 Thanks @jxom! - Added attestation + authenticatorSelection as parameters to createCredential.

  • 11f84a8 Thanks @jxom! - Added raw (full credential response) to the return value of createCredential.

[email protected]

15 Jul 21:22
b6780c4
Compare
Choose a tag to compare

Patch Changes

  • ad1a1d4 Thanks @jxom! - Fixed createCredential and sign parameters to conform to exact optional property types.

[email protected]

14 Jul 23:49
27cbe40
Compare
Choose a tag to compare

Patch Changes

  • 928f39c Thanks @jxom! - Breaking:

    • Serialized publicKey (hex string) on the return value of createCredential.
    • Serialized signature (hex string) on the return value of sign.
    • Modified webauthn.typeIndex and webauthn.challengeIndex to return number instead of bigint.
    • verify now expects a serialized signature and publicKey.

[email protected]

01 Jul 22:51
25b74ee
Compare
Choose a tag to compare

Patch Changes