UNPKG

green-jwt

Version:

Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK).

14 lines (9 loc) 245 B
// Generated by CoffeeScript 1.6.3 (function() { var jwk, should; should = require("should"); jwk = require("../lib/jwk"); describe('JWK Implementation ', function() { return it("should ...", function() {}); }); }).call(this);