I'm working a mobile application using Node.js and react-native. I'm confused as to where to implement the social login. Whether on client side or server side.<p>For client side I can use - react-native-oauth (https://github.com/fullstackreact/react-native-oauth)<p>For server side I can use - passport (https://github.com/jaredhanson/passport)<p>What is the best practice when it comes to implementing social login for a mobile application?