diff --git a/data/code/nodejs.yml b/data/code/nodejs.yml
index 63450b5..707414f 100644
--- a/data/code/nodejs.yml
+++ b/data/code/nodejs.yml
@@ -8,6 +8,9 @@ client_libraries:
- Grant 200+ OAuth providers for Express,
Koa, Hapi, Fastify, AWS Lambda, Azure, Google Cloud, Vercel
- PassportJS
+- oidc-client-ts. Library to
+ provide OpenID Connect and OAuth2 protocol support for client-side, browser-based
+ JavaScript client applications.
server_libraries:
- "@node-oauth/oauth2-server. Complete, compliant and well tested module for implementing an OAuth2 server in Node.js"
- "oidc-provider. OpenID Certified\u2122 Provider implementation for Node.js"
@@ -16,7 +19,4 @@ server_libraries:
Identity Provider system developed to support Firefox Marketplace and other services
- 'OAuth2orize: toolkit to implement
OAuth2 Authorization Servers'
-- oidc-client-ts. Library to
- provide OpenID Connect and OAuth2 protocol support for client-side, browser-based
- JavaScript client applications.
...