boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
258 stars 33 forks source link

Multi-factor authentication #116

Open anarthal opened 1 year ago

anarthal commented 1 year ago

Recent versions of MySQL introduced multi-factor authentication, which extends the handshake() algorithm to support up to three different authentication plugins per user. Add support for this mechanic.