From 3b6c22408b7e6d154b07e0ddcbcdb545c47d93e6 Mon Sep 17 00:00:00 2001
From: inshatan <46357926+inshatan@users.noreply.github.com>
Date: Sun, 7 Apr 2024 13:43:26 +0300
Subject: [PATCH] confusion in nodejs.yml
`oidc-client-ts` is a client library but not OAuth Server library
---
data/code/nodejs.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.
...