How to use JWT to authorise access to Google API on Mule
One of the recent demo I was working on at work required me to integrate with GSuite Admin’s Directory API. In most use-cases, working on the API’s authorisation using OAuth 2.0 is straightforward. However,...