You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are developing a Google Data Studio community connector and we would like to move the Xero report processing into our Clojure backend service, from the current Google Apps Scripts solution.
We would like to use a single, official library, which supports working with Xero apps, which use the PKCE grant type.
We have rolled a bespoke solution, directly in Clojure, using the httpkit and buddy libraries, just so we an at least refresh our access tokens, but it would be great to have a comprehensive interface to all of the Xero API features.
The text was updated successfully, but these errors were encountered:
Moving to a different OAuth2 library would be a major piece of work, so won't be something we'll action at this time. I will leave this issue open so other developers can register their interest in PKCE support in Java. Please share your use case or tooling that needs this support so we can understand.
We are developing a Google Data Studio community connector and we would like to move the Xero report processing into our Clojure backend service, from the current Google Apps Scripts solution.
We would like to use a single, official library, which supports working with Xero apps, which use the PKCE grant type.
We have rolled a bespoke solution, directly in Clojure, using the httpkit and buddy libraries, just so we an at least refresh our access tokens, but it would be great to have a comprehensive interface to all of the Xero API features.
The text was updated successfully, but these errors were encountered: