Hi, everyone.
I'm working on a REST API that'll serve a React Native app and a React web app (letting people sign up, add something to a directory, like other things, etc. Nothing too crazy). From what I've seen, most people using React Native say a JWT is the way to go to keep a user logged in (they'd get it when logging in or registering and store it in AsyncStorage or their iOS Keychain).
What about the React web app, though? Should I use the same approach? It'd be nice to implement this one way for both. I'm looking for opinions or advice.
Thanks in advance!
No responses yet.