MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

Implement SSPI authentication #1128

Closed eltoder closed 6 months ago

eltoder commented 6 months ago

SSPI is a Windows technology for secure authentication. SSPI and GSSAPI interoperate as clients and servers. Postgres documentation recommends using SSPI on Windows clients and servers and GSSAPI on non-Windows platforms[1].

Changes in this PR:

Closes #142

[1] https://www.postgresql.org/docs/current/sspi-auth.html

eltoder commented 6 months ago

@elprans I updated documentation and renamed the extra to hopefully make it more clear. Please take another look.

eltoder commented 5 months ago

@elprans when are you planning to make the next release?

eltoder commented 3 months ago

@elprans friendly ping