5f3dd98
]:
be0a621
]:
07dfd33
]:
withSecurityKey
and withPlatformKey
(new optional arguments to createPasskey
) to target platform passkeys or security keys on iOS. The same options can be passed as configuration to PasskeyStamper
to target these features at authentication time.
This is a major change because the transports
property, previously a string array (Array<string>
) is now an array of enums (Array<AuthenticatorTransport>
).
@turnkey/encoding
to consolidate utility functions