{"_id":"jwt","_rev":"26-e39cc480673f1c3e3539f1c579af835e","name":"jwt","description":"JSON Web Token for node.js","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"jwt","description":"JSON Web Token for node.js","version":"0.1.0","repository":{"type":"git","url":"git://github.com/mattrobenolt/jwt-node.git"},"author":{"name":"Michael Hanson/Matt Robenolt"},"main":"./lib/jwt","directories":{"lib":"lib"},"engines":{"node":"*"},"dependencies":{"node-base64":"0.0.1"},"_npmJsonOpts":{"file":"/Users/matt/.npm/jwt/0.1.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"jwt@0.1.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"42a6787809e0ffda824f135d3ff044440d7e37a3","tarball":"https://registry.npmjs.org/jwt/-/jwt-0.1.0.tgz","integrity":"sha512-skSkfg+Fv7zruvsXb+XXG0aWBgxNk8l1+sp/U4ipYIhcbxhf7gtHYI01KXnLjoYB2f1DKckwXvHaVpDyFRy4nQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0haBcJOdiI2UZCcLUOp14nTK11pBGZj135G5DZ7HqMAIhAKQe+bKNr9azxyUvujHvzd4winsENFEpU1Eryn80Ar83"}]},"scripts":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.2.0":{"name":"jwt","description":"JSON Web Token for node.js","version":"0.2.0","repository":{"type":"git","url":"git://github.com/mattrobenolt/jwt-node.git"},"author":{"name":"Michael Hanson/Matt Robenolt"},"main":"./lib/jwt","directories":{"lib":"lib"},"engines":{"node":"*"},"dependencies":{"node-base64":"0.0.1"},"_npmUser":{"name":"mattrobenolt","email":"matt@ydekproductions.com"},"_id":"jwt@0.2.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"4c9ad46bc84bfeaf91556ecce7c57aa578cbc8b8","tarball":"https://registry.npmjs.org/jwt/-/jwt-0.2.0.tgz","integrity":"sha512-+lsJgK3p+dr7yCHO19Ap2uFh+pMSCayPRGjWmf3kYCnYfO+1kqz4DqA8s65HKYIrw5c2NBo+dEvzoZUco09j4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDMLSFm+M0PvJ9XYBSSIEzGc320xRCiQ1paEhDxawpLnAiEAxUn88BY+086oN91YP8bTFy91BUof9vlzi6bpHlVwSVU="}]},"readme":"# jwt-node\n  \n  A slight adaptation of [jwt-js](https://github.com/michaelrhanson/jwt-js) for Node.\n  \n     var jwt = require('jwt'),\n         payload = {\n             scope: 'client:outgoing?clientName=matt',\n             iss: 'APP_SID',\n             expires: Math.round((new Date().getTime()/1000)) + 3600\n         },\n         token = new jwt.WebToken(JSON.stringify(payload), JSON.stringify({typ:'JWT', alg:'HS256'}));\n      console.log(token.serialize('hmackey'));\n\n## Installation\n  \n     $ npm install jwt\n\n## Known Issues\n  \n  * _none_\n\n## Licenses\n\nVersion: MPL 1.1/GPL 2.0/LGPL 2.1\n\nThe contents of this file are subject to the Mozilla Public License Version\n1.1 (the \"License\"); you may not use this file except in compliance with\nthe License. You may obtain a copy of the License at\nhttp://www.mozilla.org/MPL/\n\nSoftware distributed under the License is distributed on an \"AS IS\" basis,\nWITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\nfor the specific language governing rights and limitations under the\nLicense.\n\nContributor(s):\n  Michael Hanson <mhanson@mozilla.com>\n\nAlternatively, the contents of this file may be used under the terms of\neither the GNU General Public License Version 2 or later (the \"GPL\"), or\nthe GNU Lesser General Public License Version 2.1 or later (the \"LGPL\"),\nin which case the provisions of the GPL or the LGPL are applicable instead\nof those above. If you wish to allow use of your version of this file only\nunder the terms of either the GPL or the LGPL, and not to allow others to\nuse your version of this file under the terms of the MPL, indicate your\ndecision by deleting the provisions above and replace them with the notice\nand other provisions required by the GPL or the LGPL. If you do not delete\nthe provisions above, a recipient may use your version of this file under\nthe terms of any one of the MPL, the GPL or the LGPL.\n\n\n\nCopyright (c) 2011 Matt Robenolt &lt;root@drund.com&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"mattrobenolt","email":"matt@ydekproductions.com"}],"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."}},"maintainers":[{"name":"mattrobenolt","email":"matt@ydekproductions.com"}],"time":{"modified":"2024-05-16T17:17:33.461Z","created":"2011-07-28T18:02:31.714Z","0.1.0":"2011-07-28T18:08:05.857Z","0.2.0":"2012-05-05T02:34:00.477Z"},"author":{"name":"Michael Hanson/Matt Robenolt"},"repository":{"type":"git","url":"git://github.com/mattrobenolt/jwt-node.git"},"users":{"faisalaltameemi":true,"shriharishastry":true,"damonwonghv":true,"zorak":true,"chirag8642":true,"huhaixiao":true,"borasta":true,"norbertparti":true,"gaetanhiqub":true,"leor":true,"willwolffmyren":true},"readme":"ERROR: No README data found!"}