Proof Key for Code Exchange (PKCE) challenge generator for React Native.
Proof Key for Code Exchange (PKCE) challenge generator for React Native.
Method | iOS | Android | Web | Windows | macOS | Expo |
---|---|---|---|---|---|---|
asyncPkceChallenge |
✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
pkceChallenge |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
yarn add react-native-pkce-challenge
npx pod-install # iOS Only
import { asyncPkceChallenge } from 'react-native-pkce-challenge';
const challenge = await asyncPkceChallenge();
import { pkceChallenge } from 'react-native-pkce-challenge';
const challenge = pkceChallenge();
The constant challenge
will hold an object like the following:
{
codeChallenge: 'XsRstqNrXT76Iop3uMoyyCQmaGthJbKKJwXBSoQXaRk',
codeVerifier: 'OZOHUwLddiPyTFJulnUYnU9jsf7oyULflbFpwj40bE9S77iaeisGvzvaVvvPE7oO-xaV4skxwKDFBBV7JofVNxCgUSauqUDVcVjggE4-M6zthVUmeUrSAHatmIBm_P0_'
}
CryptoJS (version 3.3.0) uses Math.random()
which returns a value that is not cryptographically secure as native crypto module is not supported in React Native. In asynchronous we use native codes (Java / Objective-C) to generate cryptographically secure values.
In web this is not a problem since we are using native crypto module which can give us cryptographically secure values.
See UPGRADING.md
See CHANGELOGS.md
See CONTRIBUTING.md
Author: drophive
Source Code: https://github.com/drophive/react-native-pkce-challenge
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
Skenix is providing React Native Development Services with qualified React Native App Developers. Get the best React Native App Development Services.
Are you a mobile app developer looking for more efficient tools for your projects? Mobile app development is getting tougher and tougher as the market continues to grow. As a developer, you need to develop Apps which meet the demands of your users. To achieve this, adopt the right tools, like the React Native development framework.
Looking for top React Native mobile app development company in USA for Startups & Enterprise? Find out the top list of React Native mobile app development company in USA.
Hire top react native app development company in New York to build and develop custom react native mobile apps for Android & iOS with the latest features.