Socket
Socket
Sign inDemoInstall

react-native-cognito-asf-fingerprint

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-cognito-asf-fingerprint

JS wrapper around native java and objc Cognito ASF libraries


Version published
Maintainers
1
Weekly downloads
5
Install size
22.3 kB

Weekly downloads

Readme

Source

react-native-cognito-asf-fingerprint

Getting started

$ npm install react-native-cognito-asf-fingerprint --save

Mostly automatic installation

this shouldn't be needed if auto-linking is supported by your app's react-native version

$ react-native link react-native-cognito-asf-fingerprint

Usage

import { getData } from 'react-native-cognito-asf-fingerprint';

// TODO: What to do with the module?
const advancedSecurityData = await getData(username, cognitoPoolId, cognitoApplicationId);

const UserContextData = {
	EncodedData: advancedSecurityData
}

Notes

💡 check out the example app in demo ℹ (/demo) 💡 recommended: run Metro Bundler in a new shell ℹ (cd demo && yarn start) 💡 enter the following commands to run the example app: ℹ cd demo ℹ react-native run-android ℹ react-native run-ios ⚠ first steps in case of a clean checkout ℹ run Yarn in demo ℹ (cd demo && yarn) ℹ do pod install for iOS in demo/ios ℹ (cd demo/ios && pod install)

Keywords

FAQs

Last updated on 01 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc