Package Exports
- react-native-authsignal
- react-native-authsignal/lib/commonjs/index.js
- react-native-authsignal/lib/module/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-authsignal) 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-authsignal
React Native library for the Authsignal API
Installation
npm install react-native-authsignalUsage
import { launch } from 'react-native-authsignal';
const token = await launch(url);
if (token) {
// Send token to backend to validate challenge attempt
} else {
// Challenge not completed e.g. user cancelled
}