fastify-cookie

A Fastify plugin to add cookies support

MIT License

Downloads
1.4M
Stars
235
Committers
58

Bot releases are visible (Hide)

fastify-cookie - v1.2.1

Published by jsumners over 6 years ago

  • Update dependencies (make compatible with Fastify v1.0.0-rc.1)
fastify-cookie - v1.2.0

Published by jsumners almost 7 years ago

  • Update dependencies
  • Add plugin metadata (#4)
fastify-cookie - v1.1.2

Published by jsumners almost 7 years ago

  • Sanitize expires in options passed to setCookie (can be milliseconds epoch now)
fastify-cookie - v1.1.1

Published by jsumners almost 7 years ago

  • Move functions out of unnecessary closure
  • Remove useless code
fastify-cookie - v1.1.0

Published by jsumners almost 7 years ago

  • Update for Fastify 0.34.0
fastify-cookie - v1.0.3

Published by jsumners about 7 years ago

  • Update documentation for accuracy and clarity
fastify-cookie - v1.0.2

Published by jsumners about 7 years ago

  • Migrate package to the Fastify organization
fastify-cookie - v1.0.1

Published by jsumners about 7 years ago

  • Use the decorateReply API
fastify-cookie - v1.0.0

Published by jsumners about 7 years ago

  • Initial release