You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the issue description: this module is using an embedded ("vendored") script to parse and generate cookies. Instead, it should use the @fastify/cookie module.
@jsumners is right, that was my intention but I took a look again and it seems mostly like a class/interface to manipulate cookie options before passing it to fastify-cookie
Prerequisites
🚀 Feature Proposal
We should move from
session/lib/cookie.js
Lines 5 to 67 in 25b4f6b
It requires moderate refactoring
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered: