|
- jose - npm
The jose module supports importing, exporting, and generating keys and secrets in various formats, including PEM formats like SPKI, X 509 certificate, and PKCS #8, as well as JSON Web Key (JWK) Key Import Functions
- node-jose - npm
A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node js-based servers Latest version: 2 2 0, last published: 2 years ago Start using node-jose in your project by running `npm i node-jose` There are 459 other projects in the npm registry using node-jose
- @types node-jose - npm
TypeScript definitions for node-jose Latest version: 1 1 13, last published: 2 years ago Start using @types node-jose in your project by running `npm i @types node-jose`
- jwks-rsa - npm
Supports all currently registered JWK types and JWS Algorithms, see panva jose#262 for more information Configure the client Provide a JWKS endpoint which exposes your signing keys
- iron-session - npm
This is the underlying method and seal mechanism that powers iron-session You can use it to seal any data you want and pass it around One usecase are magic links: you generate a seal that contains a user id to login and send it to a route on your website (like magic-login) Once received, you can safely decode the seal with unsealData and log the user in
- npm-install - npm Docs
npm install saves any specified packages into dependencies by default Additionally, you can control where and how they get saved with some additional flags:-P, --save-prod: Package will appear in your dependencies This is the default unless -D or -O are present -D, --save-dev: Package will appear in your devDependencies -O, --save-optional: Package will appear in your optionalDependencies
- npm-install - npm
GitHub Action for install npm dependencies with caching without any configuration Latest version: 1 10 2, last published: 4 months ago Start using npm-install in your project by running `npm i npm-install` There are 4 other projects in the npm registry using npm-install
- fastify - npm
Highly performant: as far as we know, Fastify is one of the fastest web frameworks in town, depending on the code complexity we can serve up to 76+ thousand requests per second Extensible: Fastify is fully extensible via its hooks, plugins, and decorators Schema-based: even if it is not mandatory we recommend using JSON Schema to validate your routes and serialize your outputs
|
|
|