Skip to content

molnarmark/jsonjwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonjwt

Effortlessly serve JSON files protected by JWT.

Installation

npm install --save jsonjwt

API

jsonjwt.stringify(object, secret)

jsonjwt.parse(token, [secret])

  • If no secret is provided, it will try and fetch token-secret from LocalStorage.

About

Effortlessly serve JSON files protected by JWT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published