Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@primerouting/zitadel-node
Advanced tools
Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts. Support http2 self-hosted instances
This is the ZITADEL Node.js SDK.
This library contains the compiled and generated gRPC
service clients for the ZITADEL API.
This is a fork of zitadel-node and add the feature to request self-hosted zitadel instance by using http2.
Also it contains helpers to create the service clients to access the API.
With two MetadataProvider
(accessTokenProvider
and serviceAccountProvider
),
the clients can be created with the correct authentication already in place.
Head over to the examples to see implementation examples.
This library allows you to use the ZITADEL API in Node.js, it is not
compatible with the browser since it requires gRPC (and not gRPC-Web).
Furthermore, the library heavily relies on openidconnect
and crypto
implementations since it handles RSA keys.
This library does not provide authentication helpers for web applications.
If you want to use passport js
and OAuth 2.0 introspection, head over to
node-passport-zitadel.
To enhance this library or to fix a bug, you need to do the following:
npm install
git submodule update --init --recursive
npm run build:grpc
Then you can start developing with npm run dev
. The production build can be
made with npm run build
and the tests run with npm test
.
FAQs
Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts. Support http2 self-hosted instances
The npm package @primerouting/zitadel-node receives a total of 9 weekly downloads. As such, @primerouting/zitadel-node popularity was classified as not popular.
We found that @primerouting/zitadel-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.