This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token manager and authentication tool used to sign, verify, and decode tokens to securely transmit claims between parties. The library supports both symmetric and asymmetric signing algorithms, including HMAC and RSA. It enables the creation of digitally signed tokens using secrets or private keys, and provides mechanisms to validate token signatures and verify embedded claims such as expiration and issuer. The tool covers a range of identity and access capabilities, including sta
[UNMAINTAINED] node-amqp is an AMQP client for nodejs
The main features of postwait/node-amqp are: Node.js Frameworks and Tools.
Open-source alternatives to postwait/node-amqp include: arturadib/shelljs. auth0/node-jsonwebtoken — This project is a Node.js library for implementing and managing JSON Web Tokens. It functions as a cryptographic token… bkeepers/rosie. chaijs/chai — Chai is an assertion library for Node.js and browser-based JavaScript applications. It functions as both a… cheeriojs/cheerio — Cheerio is an HTML and XML parsing library and server-side DOM implementation. It functions as a markup manipulation… argon/node-apn.