fastify-oauth2 icon indicating copy to clipboard operation
fastify-oauth2 copied to clipboard

Fixed onUserInfoResponse chunks being overridden

Open Nerveyyyy opened this issue 1 year ago • 0 comments
trafficstars

This PR fixes the issue - 268. Where receiving a large UserInfo response it will chunk the data but override previous chunks instead of adding to it. This therefore causes issues with a partial JSON response which errors the code.

Checklist

Nerveyyyy avatar Jul 30 '24 10:07 Nerveyyyy