fastify / fastify-secure-session

Create a secure stateless cookie session for Fastify
MIT License
201 stars 45 forks source link

perf: use `node:` prefix to bypass require.cache call for builtins #201

Closed Fdawgs closed 12 months ago

Fdawgs commented 12 months ago

See https://github.com/fastify/fastify-static/pull/407

Checklist