Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading