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

Rename Credential property `rawId` into `id`

Open Spomky opened this issue 1 year ago • 1 comments

Description

Version 4.9.x deprecates $id (base64) in favor of $rawId (binary). $id will be removed in 5.0.0. In 5.1.x, $rawId will be deprecated in favor of $id, which will contain exactly the same value as $rawId. This way, in 6.0.0, only the binary version in $id will exist.

Example

No response

Spomky avatar Apr 09 '24 09:04 Spomky

See #581 and #589

Spomky avatar Apr 09 '24 09:04 Spomky