Skip to content

Instantly share code, notes, and snippets.

function foo() {
console.log('foo');
}
function bar() {
foo();
}
module.exports = {
foo,

Keybase proof

I hereby claim:

  • I am jlinxwiler on github.
  • I am jlinxwiler (https://keybase.io/jlinxwiler) on keybase.
  • I have a public key whose fingerprint is 4063 2A41 5C38 BCB5 9B5F 355E 92B0 35E9 DB20 A03A

To claim this, I am signing this object:

@jlinxwiler
jlinxwiler / gist:248cc1fbe0d7f9749561
Created July 5, 2015 22:19
Internal Codes - First Draft
Internal Error Code Descriptions:
// --------------------- //
// AUTHENTICATION ERRORS //
// --------------------- //
1 - A low token is required for access to this endpoint. No userId was present in the jwt.
2 - A high token is required for access to this endpoint. No userId was present in the jwt.
3 - An admin token is required for access to this endpoint. No userId was present in the jwt.