react-native-authentication
react-native-authentication copied to clipboard
I followed the readme until `sails lift` which appears to be working, but http://localhost:3000 is not accessible.. so does http://localhost:1337 npm -v: 3.10.10 node -v: v6.9.4 sails -v: 0.12.13
The app is crashing when calling the `login` action on `UsersAuthController`, due to an undocumented change in Node.js v9 that breaks `rand-token`, but it was fixed on version `0.4.0`. I...
When I call ``` export const destroy = () => clearSession() ``` ``` const clearSession = () => { clearTimeout(sessionTimeout) store.dispatch(actionCreators.update(initialState)) } ``` inside my component, the session still existing....
Do you plan to update this app to latest version of react-native and native-base?