flâneur — a map of the web's best reading

fastify/fastify-cookie: A Fastify plugin to add cookies suppor

github.com · 2,263 words · saved by 1 readers

A Fastify plugin to add cookies support

@fastify/cookie A plugin for Fastify that adds support for reading and setting cookies. This plugin's cookie parsing works via Fastify's onRequest hook. Therefore, you should register it before any other onRequest hooks that will depend upon this plugin's actions. It is also possible to import the low-level cookie parsing and serialization functions . Install npm i @fastify/cookie Compatibility Plugin version Fastify version >=10.x ^5.x >=7.x <10.x ^4.x >=4.x <7.x ^3.x >=2.x <4.x ^2.x ^1.x ^1.x Please note that if a Fastify version is out of support, then so are the corresponding versions of t

Explore this link on the map →

related reading