React Native Authentication - How to work with JWT
JSON Web Tockens and Async Storage
How to Authenticate React Native Application with JSON web tokens?
Any request to subsequent API calls will include the current users saved JWT, with the JWT backend will be able to identify that the user is indeed logged in, Authenticated Session and grant access. So lets check AsyncStroage.
What is AsyncStorage?