Starting to plan out a new app. One API to deliver mobile and web apps.
When mobile apps are not in the requirements I typical opt for server-side flow for facebook and google, ie send the user off the fb of goo and they then return back to a defined url. Less code to write that way and IMO easier to maintain.
However, as we are building for mobile this time, is this possible? We aim to be using native script + vuejs... but I get the feeling server-side flow might not be possible... any experienced advise here would be much appreciated.