@auth0/cose
v1.0.2
Published
COSE library for node.js
Downloads
304
Maintainers
Readme
COSE
RFC9052 and RFC9053 COSE library for node.js.
This library is designed to work in node.js as well in the browser but it is not currently being tested in the browser.
Installation
npm i --save @auth0/cose
Examples
You can run the examples directly with node.
- Sign1: COSE Single Signer Data Object
- Sign: COSE Signed Data Object
- Mac0: COSE Mac w/o Recipients Object
- Encrypt0: COSE Single Recipient Encrypted Data Object
- Encrypt: COSE_Encrypt with direct encryption
- COSEKey: COSEKey usage
Credits
- panva/jose A node.js library for JOSE.
License
Apache-2.0 - OKTA Inc.