doc PG 18 relnotes: reword OAuth item

Reported-by: Jacob Champion

Discussion: https://postgr.es/m/CAOYmi+mEQOqBSJas5V5t__b+6h_MLxyy3JFrVJEq638fnNxi0A@mail.gmail.com
This commit is contained in:
Bruce Momjian 2025-05-05 15:42:03 -04:00
parent 0de2e1c8b5
commit c0e6aace02

View File

@ -1087,13 +1087,13 @@ Author: Daniel Gustafsson <dgustafsson@postgresql.org>
<listitem> <listitem>
<para> <para>
Add support for the "oauth" authentication (Jacob Champion, Daniel Gustafsson, Thomas Munro) Add support for the OAuth authentication method (Jacob Champion, Daniel Gustafsson, Thomas Munro)
<ulink url="&commit_baseurl;b3f0be788">&sect;</ulink> <ulink url="&commit_baseurl;b3f0be788">&sect;</ulink>
</para> </para>
<para> <para>
This adds an "oauth" authentication method to pg_hba.conf, a server variable oauth_validator_libraries to specify OAUTH libraries, a configure flag --with-libcurl to add the required This adds an "oauth" authentication method to pg_hba.conf, libpq OAuth options, a server variable oauth_validator_libraries to load token validation libraries, and
compile-time libraries, and libpq OAUTH options. a configure flag --with-libcurl to add the required compile-time libraries.
</para> </para>
</listitem> </listitem>