
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
express-gateway-plugin-jwks
Advanced tools
This EG plugin is a wrapper around auth0/express-jwt policy. In addition it supports JWON Web Key Set. Please refer to links in the next sections to find all available properties
List of properties that are related to JWT settings like secret, issuer etc. can be found here: https://github.com/auth0/express-jwt
Most important are:
issuer
audience
plugins:
express-gateway-plugin-jwks:
issuer: 'http://issuer'
audience: 'some_string_or_array'
To configure JWKS add jwksRsa
property.
See available settings below:
https://github.com/auth0/node-jwks-rsa#caching
Those settings are defined under jwksRsa
property
This is Global configuration, it will be used as default for all jwks
policies usage across all pipelines
express-gateway-plugin-jwks:
issuer: 'http://issuer'
audience: 'some_string_or_array'
jwksRsa:
cache: true
jwksUri: https://${JWKS_HOST}/.well-known/jwks.json
You can set the same settings in the action inside pipeline:
pipelines:
api-pipeline:
apiEndpoints:
- api
policies:
- jwks:
- action:
issuer: 'http://issuer'
audience: 'some_string_or_array'
jwksRsa:
cache: true
jwksUri: https://${JWKS_HOST}/.well-known/jwks.json
- proxy:
- action:
serviceEndpoint: api
FAQs
Policy to support JWKS security providers like Auth0
We found that express-gateway-plugin-jwks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.