Passport.JS authentication for React Native user account sessions stored with RethinkDB
npm install
make sure to activate port forwarding in your desktop browser to port 3000: ie - chrome://inspect/#devices
rethinkdb
npm run server
npm run android
or
npm run ios
- Konstantin Shkut for demonstrating how passport.js works with react native. Read the full original tutorial here.
- Jorge Silva for demonstrating how passport.js works with rethinkDB. Read the full original tutorial here.