fastify / fastify-secure-session

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

add .touch() method #198

Closed Momy93 closed 1 year ago

Momy93 commented 1 year ago

Implements feature request #197

The .touch() method sets changed=true in order to send to cookie even when the session data has not changed.

Checklist