api documentation for jwt-simple (v0.5.1)

JWT(JSON Web Token) encode and decode module

table of contents

  1. module jwt-simple
    1. function jwt-simple.decode (token, key, noVerify, algorithm)
    2. function jwt-simple.encode (payload, key, algorithm, options)
    3. object jwt-simple.jwt
    4. string jwt-simple.version
  2. module jwt-simple.jwt
    1. function jwt-simple.jwt.decode (token, key, noVerify, algorithm)
    2. function jwt-simple.jwt.encode (payload, key, algorithm, options)
    3. string jwt-simple.jwt.version

module jwt-simple

function jwt-simple.decode (token, key, noVerify, algorithm)

function jwt-simple.encode (payload, key, algorithm, options)

module jwt-simple.jwt

function jwt-simple.jwt.decode (token, key, noVerify, algorithm)

function jwt-simple.jwt.encode (payload, key, algorithm, options)

[ this document was created with utility2 ]