PocketQuery 2024-11-05

This release of PocketQuery adds the support of rotating refresh tokens for OAuth 2.0 and support for BigQuery as datasource.

Rotating refresh tokens

  • Every time an application exchanges a refresh token to get a new access token, a new refresh token is also returned. Therefore, you no longer have a long-lived refresh token that, if compromised, could provide illegitimate access to resources. As refresh tokens are continually exchanged and invalidated, the threat is reduced.

  • The new refresh token will be saved in the datasource.

BigQuery support

  • Add Google’s BigQuery JDBC datasource type