Do some of you help me to develop a very simple Google API wrapper within Plumber? At the moment my problem is related to OAuth user flow. As an exposed plumber server could not open a user browser the interactive oAuth flow so not works.
I just wondering if someone has already managed this case.
You could use a service account server side or if you you want to stick to oauth, the client could provide a token to your api.
you can return redirect headers to oauth with a callback to your plumber api.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.