StanScates / react-native-jwt

React Native compatible JSON Web Token encoder / decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React Native compatible JSON Web Token encoder / decoder


Languages

Language:JavaScript 100.0%