launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
13k stars 1.24k forks source link

Integrated authentication #792

Open 1Dragoon opened 3 years ago

1Dragoon commented 3 years ago

I can't determine this fully from the auto generated documentation (I'm also new to rust) but is there support for kerberos integrated security authentication for MSSQL? If so, are there any code examples for how to connect that way?

paddymills commented 3 years ago

I've been looking for this same feature and it does not appear sqlx has this functionality. I too would like to have this ability. I currently have to use tiberius to use integrated auth, but would prefer sqlx.