Skip to content

Releases: LabVIEW-Open-Source/Serializer.Addons

Base64 URL Support

26 May 15:31
Compare
Choose a tag to compare

Add Base64url support as outlined in RFC 4648 ( https://datatracker.ietf.org/doc/html/rfc4648#section-5 ).

Base64url uses same logic for encoding and decoding, but with distinct translation tables.
New encode and decode tables for Base64url were added and code was refactored to allow specifying the tables.
Base64url encode includes optional padding, decode will check for missing padding and add if neccessary.

Base64url added for PKCE support in Oauth2

Thanks to all contributors:

Phillip Brooks (@pbrooks100)

image

Multiple Serializer Addons (JSON, XML, Base64)

03 Nov 23:22
Compare
Choose a tag to compare