TheEYL

Results 2 issues of TheEYL

After running `npm run dev` despite the server returning: `[24:48.8] @stencil/core v0.1.1-0 ` `[24:48.9] build, app, dev mode, started ... ` `[24:48.9] compile started ...` `[24:56.2] compile finished in 7.32...

From what I can see in the code examples, this library can produce the token or tickets: ```krb5.spnego({ service_fqdn: 'm01.krb.local' }, function (err, token) { if (err) { console.log(err) }...