I'm following a React Native course on Udemy and the course recommends storing the json web token in redux state and async storage for authentication/authorization. I was just wondering if this is secure enough? Or if there is a recommended alternative that is more secure or industry standard.
if you are using refreshToken & accessToken and they have expiration time, yes it is high percent safe. But i prefer realm
personally.