1.0.0 • Published 8 years ago

react-native-jwt v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

##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

  1. First, install rn-nodeify: npm install -g rn-nodeify

  2. Then, install react-native-randombytes into your React Native project. Ensure that you import and link it properly as per the installation instructions.

  3. Install react-native-jwt itself via npm install react-native-jwt

  4. After the installation completes, the postinstall script will run rn-nodeify --install --hack, which should update your package.json with the necessary browserify shims.

  5. 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