Skip to content

Commit

Permalink
Merge pull request #352 from panva/update-libs
Browse files Browse the repository at this point in the history
chore: update javascript libs
  • Loading branch information
aaronpk authored Nov 7, 2024
2 parents c2a1ad8 + 34267f9 commit 5ee65e3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion data/code/bun.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Bun
client_libraries:
- "<a href=\"https://github.com/panva/openid-client\">openid-client</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://github.com/panva/oauth4webapi\">oauth4webapi</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes"
Certified\u2122 Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
...
4 changes: 3 additions & 1 deletion data/code/deno.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: Deno
client_libraries:
- "<a href=\"https://github.com/panva/openid-client\">openid-client</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://github.com/panva/oauth4webapi\">oauth4webapi</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes"
Certified\u2122 Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://deno.land/x/deno_kv_oauth\">Deno KV OAuth</a>. High-level OAuth 2.0 powered by <a href=\"https://deno.com/kv\">Deno KV</a>."
- "<a href=\"https://deno.land/x/oauth2_client\">oauth2_client</a>. Minimalistic OAuth 2.0 client for Deno. Inspired by <a href=\"https://github.com/mulesoft/js-client-oauth2\">js-client-oauth2</a>."
...
6 changes: 4 additions & 2 deletions data/code/javascript.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: JavaScript
client_libraries:
- "<a href=\"https://github.com/badgateway/oauth2-client\">@badgateway/oauth2-client</a>. 0-dependencies, Typescript support for browsers and Node."
- "<a href=\"https://github.com/panva/openid-client\">openid-client</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://github.com/panva/oauth4webapi\">oauth4webapi</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes"
Certified\u2122 Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://github.com/badgateway/oauth2-client\">@badgateway/oauth2-client</a>. 0-dependencies, Typescript support for browsers and Node."
- <a href="http://github.com/andreassolberg/jso">Javascript</a>
- <a href="https://github.com/jaredhanson/passport-oauth2">Passport</a>
- <a href="https://github.com/salte-io/salte-auth">Salte Auth</a>
Expand Down
6 changes: 3 additions & 3 deletions data/code/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Node.js
client_libraries:
- "<a href=\"https://github.com/panva/node-openid-client\">openid-client</a>. OpenID
Certified\u2122 Client implementation for Node.js"
- "<a href=\"https://github.com/panva/openid-client\">openid-client</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- "<a href=\"https://github.com/panva/oauth4webapi\">oauth4webapi</a>. OpenID
Certified\u2122 OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes"
Certified\u2122 Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes"
- <a href="https://github.com/simov/grant">Grant</a> 200+ OAuth providers for Express,
Koa, Hapi, Fastify, AWS Lambda, Azure, Google Cloud, Vercel
- <a href="http://passportjs.org/">PassportJS</a>
Expand Down

0 comments on commit 5ee65e3

Please sign in to comment.