
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@openmobilehub/auth-facebook
Advanced tools
React Native OMH Auth - Facebook simplifies Facebook authentication integration into React Native applications.
npm add @openmobilehub/auth-facebook
:::info[Prerequisites]
Each plugin requires you to follow the iOS and Android configuration prior to interacting with it.
:::
To access Google APIs, please follow these steps in order to obtain the Client ID:
email
permission for your app.Add a new entry to your android/local.properties file:
FACEBOOK_CLIENT_ID=<YOUR_FACEBOOK_APP_ID>
FACEBOOK_CLIENT_SECRET=<YOUR_FACEBOOK_APP_SECRET>
Before interacting with Facebook, initialization of the Facebook Auth Client is necessary, requiring platform specific configuration to be set.
import FacebookAuthClient from '@openmobilehub/auth-facebook';
await FacebookAuth.initialize({
android: {
scopes: ['public_profile', 'email'],
},
ios: {
scopes: ['public_profile', 'email'],
clientId: '<YOUR_FACEBOOK_APP_ID>',
clientSecret: '<YOUR_FACEBOOK_APP_SECRET>',
redirectUrl: `fb${'<YOUR_FACEBOOK_APP_ID>'}://authorize/`,
},
});
Interacting with the Facebook provider follows the same pattern as other providers since they all implement the IAuthModule
interface. For a comprehensive list of available methods, refer to the Quick Start guide.
FAQs
React Native OMH Auth - Facebook simplifies Facebook authentication integration into React Native applications.
The npm package @openmobilehub/auth-facebook receives a total of 14 weekly downloads. As such, @openmobilehub/auth-facebook popularity was classified as not popular.
We found that @openmobilehub/auth-facebook demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.