A plugin for janus-server that authenticates users against a MySQL database. Current version 0.0.3, stable but minimal release. Enables login verification for JanusVR server instances using MySQL credentials. Differentiates by offloading auth to MySQL rather than file-based or LDAP methods, but has no active maintenance or recent updates.
npm install janus-mysql-authNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the MySQL auth plugin for janus-server using environment variables for credentials.
Ensure janus-server is v0.x and integrated correctly.
Consider forking and maintaining, or use alternative auth.
npm install mysql
Use require() instead of import.