Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sat, 23 May 2026 00:20:37 +0000 Subject: [pgjdbc/pgjdbc] PR #4087: feat: add OAuth/OAUTHBEARER authentication support (PostgreSQL 18+) List-Id: X-GitHub-Author-Id: 406518 X-GitHub-Author-Login: davecramer X-GitHub-Issue: 4087 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4087 Content-Type: text/plain; charset=utf-8 Implement SASL OAUTHBEARER (RFC 7628) authentication with a plugin-based token provider interface. Tokens can be supplied statically via the oauthToken property or dynamically via an OAuthTokenProvider plugin.