Skip to content

gguridi/tornado-securecookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-securecookie

Build Status Publish codecov

This package enables the creation of signed cookies to be able to send them to third-party services. This package is intended for testing purposes only as the secret has to be passed as string.

The package also enables the decoding of the signed cookie to test third-party services that might encode them for us.

Dependencies

Dependencies are only needed to be able to test the package. In order to install the required dependencies please type:

npm install

Installation

To install this package in your project simply type:

npm install tornado-securecookie

Testing

To test the package:

npm test

About

Tornado signed cookies implementation for nodejs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published