Upgrade react-native-passkey to 3.0.0 (see release notes). Among other things you can now specify 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 functionsInitial release
Upgrade react-native-passkey to 3.0.0 (see release notes). Among other things you can now specify 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 functionsInitial release