@nicolawealth/base64_url
v0.0.2
Published
  and base64UrlToBase64(message).
base64ToBase64Url(message): used to encode a stringmessagefrom a Base64 format to a Base64URL safe format by replacing all+with-and/with_and removing all trailing=(padding characters).base64UrlToBase64(message): used to decode a stringmessagefrom a Base64URL safe format to a Base64 format by replacing all-with+and_with/and adding appropriate=(padding characters).
Testing
Tests can be found in base64_url.test.ts located in base64_url.test.ts/src and should be run with sinon, mocha and nyc.
