fastify-secure-session icon indicating copy to clipboard operation
fastify-secure-session copied to clipboard

Support for bigint

Open Forceres opened this issue 4 months ago • 0 comments

Prerequisites

  • [x] I have written a descriptive issue title
  • [x] I have searched existing issues to ensure the bug has not already been reported

Fastify version

5.6.1

Plugin version

8.2.0

Node.js version

22.18.0

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

ArchLinux

Description

If you pass the object with bigint values, it gives you an error.

Link to code that reproduces the bug

/

Expected Behavior

Successfully serialize bigint. You can use replacer for JSON.stringify at least.

Forceres avatar Sep 29 '25 23:09 Forceres