1.0.0 • Published 10 months ago
@coresql/mysql2-auth-ed25519 v1.0.0
mysql2-auth-ed25519
Repository provides MariaDB's ed25519 plugin to use as an auth plugin to mysql2.
The code provided is a fork from mariadb-connector-nodejs/lib/cmd/handshake/auth/ed25519-password-auth.js
Installation
npm install @corejs/mysql2-auth-ed255119Usage
const authPlugin = require('@coresql/mysql2-auth-ed25519');
const client = mysql.createConnection({
authPlugins: {
'client_ed25519': authPlugin(),
},
// other settings
});1.0.0
10 months ago