cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/
# Change Log
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
This projec
All notable changes to this project will be documented in this file starting from version **v4.0.0**.
This projec
The MIT License (MIT)
Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
Permission is hereby granted, fr
Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
Permission is hereby granted, fr
# jsonwebtoken
| **Build** | **Dependency** |
|-----------|---------------|
| [;
module.exports = function (jwt, options) {
options = options || {};
var decoded = jws.decode(jwt,
module.exports = function (jwt, options) {
options = options || {};
var decoded = jws.decode(jwt,
module.exports = {
decode: require('./decode'),
verify: require('./verify'),
sign: require('./sign'),
JsonWebTokenError:
decode: require('./decode'),
verify: require('./verify'),
sign: require('./sign'),
JsonWebTokenError:
{
"name": "jsonwebtoken",
"version": "8.5.1",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
"name": "jsonwebtoken",
"version": "8.5.1",
"description": "JSON Web Token implementation (symmetric and asymmetric)",
var timespan = require('./lib/timespan');
var PS_SUPPORTED = require('./lib/psSupported');
var jws = require('jws');
var include
var PS_SUPPORTED = require('./lib/psSupported');
var jws = require('jws');
var include