Skip to content

v0.4.0

Choose a tag to compare

@tristanls tristanls released this 01 Oct 20:35
· 10 commits to master since this release

No longer require base64 encoded body when constructing a new CapabilityToken. CapabilityToken can now be constructed with body that is a Buffer or a base64 or base64url encoded String.

Internally, body is now represented as Buffer instead of base64 encoded String.