I know how to achieve oauth token from Dropbox in mobile app. I have a desktop variant of my mobile app. What is the best way to apply the oauth token to the webapp.
my suggesties would be to Save the token into the userdata on the backend. Then the frontend van retrieve the token from userdata from the backend.
Is there a better approach?