meteorrn / meteor-react-native

Meteor client for React Native matching Meteor Spec
https://guide.meteor.com/react-native.html
Other
60 stars 33 forks source link

do not save token Id, if value is null #149

Closed bratelefant closed 9 months ago

bratelefant commented 9 months ago

Summary

Do not save token Id on logging in, if no value is provided

Linked issue(s)

148

Involved parts of the project

User.js

Reproduction

cf. the PR; however, I could observe improved resuming of a suspended iOS app, successfully restoring the session user.

bratelefant commented 9 months ago

@jankapunkt Can you check why lint fails? Local npm run lint yields no errors, after I did a npm run lint:fix.

bratelefant commented 9 months ago

Ok looks like lint is working now. Could figure out why it did not throw any errors on my box though...