0.0.2 • Published 8 years ago

base64url-util v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

base64Url

Encodes and Decodes string to and from Base 64 URL safe format.

Example:

var base64Url = require('base64url-util');

var encoded = base64Url.encode('Some text'); // 'U29tZSB0ZXh0'
var decoded = base64Url.decode(encoded); // 'Some text'
0.0.2

8 years ago

0.0.1

8 years ago