Skip to content

Instantly share code, notes, and snippets.

@rom1504
Created October 13, 2015 20:21
Show Gist options
  • Select an option

  • Save rom1504/07a3da17ad347ec7bba7 to your computer and use it in GitHub Desktop.

Select an option

Save rom1504/07a3da17ad347ec7bba7 to your computer and use it in GitHub Desktop.
checking user/pass
var ygg = require("yggdrasil")({host: 'https://authserver.mojang.com'});
ygg.auth({user:"Corgano",pass:"super password"},function(err,data) { if(err) console.log("fail"); else
console.log("success"); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment