Node.JS (Server-side JavaScript)
UUIDs
In order to generate unique IDs, the Authentication Service Team recommends to use node-uuid (https://www.npmjs.com/package/uuid).
Cryptography
The Authentication Service recommends to use node-jose (https://github.com/cisco/node-jose) and forge (https://github.com/digitalbazaar/forge) to read certificates and keys with Node.JS.
Topics in this section: