// TODO: http://en.wikipedia.org/wiki/X_Window_authorization module.exports = function( cb ) { // empty yet var authType = ''; var authData = ''; cb( authType, authData ); } // TODO: rewrite to allow negotiation of auth type with server