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 are only needed to be able to test the package. In order to install the required dependencies please type:
npm installTo install this package in your project simply type:
npm install tornado-securecookieTo test the package:
npm test