OAuth validator

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: OAuth validator
Date: 2025-09-21 20:27:06
Message-ID: c8467aae-51a6-4f46-b81c-e768da6a2012@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Got to the part in the Postgres 18rc Release Notes that goes into the
new OAuth support. At some point I would like to explore this, but a
sticking point seems to be, from here:

https://www.postgresql.org/docs/18/runtime-config-connection.html#GUC-OAUTH-VALIDATOR-LIBRARIES

"
oauth_validator_libraries

[...]

Validator modules must be implemented/obtained separately; PostgreSQL
does not ship with any default implementations. For more information on
implementing OAuth validators, see Chapter 50.
"

I did find this:

https://github.com/TantorLabs/oauth_validator

Are there other pre-built implementations and does anyone have
experience using the above or other modules?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Dan Mahoney (Gushi) 2025-09-23 04:06:49 Quick questions about postgres name?
Previous Message Rob Sargent 2025-09-20 20:16:40 Re: Index (primary key) corrupt?