Closed pjv closed 1 year ago
When running json_encode AFTER the event is signed, we have to deter it from escaping unicode characters or it changes the message content, which invalidates the event id.
json_encode
Fixes #23
Right, this makes sense I guess.
Will merge when I get back from holiday (after the 17th)
When running
json_encode
AFTER the event is signed, we have to deter it from escaping unicode characters or it changes the message content, which invalidates the event id.Fixes #23