olehlong / jwtd

D implementation of JSON Web Token.
MIT License
30 stars 13 forks source link

Added: encode for raw ubyte[] #12

Closed lionello closed 7 years ago

lionello commented 7 years ago

Also fixed the implementation of urlsafeB64Encode and urlsafeB64Decode to use the more efficient Base64Impl alias.

olehlong commented 7 years ago

Thank you!