Releases: capabilityio/capability-token
Releases · capabilityio/capability-token
v0.6.1
v0.6.0
To facilitate detection of Capability Tokens, added the well-known string (ex: CPBLTY
) as a property to the non-serialized CapabilityToken
object instance. This way, if it is JSON.stringify
'ed in its non-serialized form, searching for well-known string will be as effective as when searching for serialized tokens.
v0.5.1
v0.5.0
v0.4.1
v0.4.0
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
.