Skip to content

Commit 668fb1e

Browse files
committed
fixed missing utf8 encoding
1 parent 9759f73 commit 668fb1e

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)