0.1.6 • Published 8 years ago

lwtauth v0.1.6

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

Litterbox Web Token

A simple token handling library for the Litterbox web system, it's inspired heavily by JWT, but with a few small specific differences.

Installation

npm install lwtauth --save

Usage

  var lwt = require('lwtauth)
  var data = lwt.decode(token)

Tests

npm test

Release history

0.1.0 Initial release 0.1.2 Fixed the token decoding 0.1.3 The decode should return false when token is undefined 0.1.4 Added encode function, and improved testcases

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago