Article from Fernando Beck
How To Create an Authentication System and a Persistent User Session with React Native
March 01, 2017Fernando Beck10 min read

When developing a mobile app, it's common to have to build an authentication system. However, requiring the users to provide their username and password every time they launches the app, severely deteriorates the user experience. Lately, I have been working on a side project to build a mobile app…
Continue reading →