You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that in many cases (if not most), in PublicKeyCredentialRpEntity, the id and the name field will be the same. Maybe we can skip serializing the name when it is equal to the `id ?
The same applies to PublicKeyCredentialUserEntity, with name and display_name which are likely the same.
I'll have to check on real-world websites to see what the call credential.create with.
The text was updated successfully, but these errors were encountered:
I think that in many cases (if not most), in
PublicKeyCredentialRpEntity
, theid
and thename
field will be the same. Maybe we can skip serializing the name when it is equal to the `id ?The same applies to
PublicKeyCredentialUserEntity
, withname
anddisplay_name
which are likely the same.I'll have to check on real-world websites to see what the call
credential.create
with.The text was updated successfully, but these errors were encountered: