You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token-based authentication is a passwordless way of connecting to a DB. Nowadays TiDB supports tidb_session_token to conveniently transfer connections with TiProxy, but lacks a way for users to connect safely without a password. A new authentication plugin (maybe named tidb_auth_token can be implemented in concert with mysql_clear_password on client-side.
Token-based authentication is a passwordless way of connecting to a DB. Nowadays TiDB supports
tidb_session_token
to conveniently transfer connections with TiProxy, but lacks a way for users to connect safely without a password. A new authentication plugin (maybe namedtidb_auth_token
can be implemented in concert withmysql_clear_password
on client-side.tidb_auth_token
*: create a user usingtidb_auth_token
authentication #38585tidb_auth_token
*: authentication usingtidb_auth_token
plugin #38773The text was updated successfully, but these errors were encountered: