Skip to content

Commit a1534b0

Browse files
authored
Merge pull request #23 from noha/pharo9-openssl1.1
fixed missing utf8 encoding
2 parents 9759f73 + 668fb1e commit a1534b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/JSONWebToken-Core.package/JWSCompactSerializer.class/instance
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
writing
22
writePayload: anObject
3-
stream nextPutAll: (self class base64UrlEncoded: anObject asJson asByteArray)
3+
stream nextPutAll: (self class base64UrlEncoded: anObject asJson utf8Encoded)

0 commit comments

Comments
 (0)