react-native-jwt
v1.0.0
Published
React native compatible JSON web token utility
Downloads
105
Maintainers
Readme
##react-native-jwt ###React Native compatible JSON Web Token encoder / decoder
This package is essentially just node-jwt-simple modified to use react-native-crypto and base-64.
Install
First, install rn-nodeify:
npm install -g rn-nodeify
Then, install react-native-randombytes into your React Native project. Ensure that you import and link it properly as per the installation instructions.
Install react-native-jwt itself via
npm install react-native-jwt
After the installation completes, the postinstall script will run
rn-nodeify --install --hack
, which should update your package.json with the necessary browserify shims.Restart your React Native packager process, and you should be able to
require('react-native-jwt')
. Refer to node-jwt-simple for further usage instructions.
License
MIT