Package Exports
- react-native-passkeys
- react-native-passkeys/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-passkeys) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Passkeys
This is a module to help you create and authenticate with passkeys on ios, android & web with the same api. The library aims to stay close to the standard navigator.credentials. More specifically, we provide an api for get & create functions (since these are the functions available cross-platform).
The adaptations we make are simple niceties like providing automatic conversion of base64-url encoded strings to buffer. This is also done to make it easier to pass the values to the native side.
Further niceties include some flag functions that indicate support for certain features.