bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 613 forks source link

Session Token Json not Saved Properly #170

Closed gboyegadada closed 7 years ago

gboyegadada commented 7 years ago

I noticed that after logging in, the json response is passed to appAuthToken.storeSessionToken which seems to be expecting the session token as a string. Please see screengrabs below.

snowflake-bug-report-2

snowflake-bug-report

bartonhammond commented 7 years ago

No - it's not expecting a string, it's expecting an object

screen shot 2016-11-23 at 2 26 08 pm
gboyegadada commented 7 years ago

Sorry for the false alarm! Don't know how I missed this! Thanks.

snowflake-capture