Skip to content

Commit 0f6db1c

Browse files
committed
chore: updated sponsor logo
1 parent cde0f62 commit 0f6db1c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ package.json since breaking changes may be introduced as part of these version u
6161

6262
## Sponsor
6363

64-
[<img height="65" align="left" src="https://cdn.auth0.com/blog/github-sponsorships/brand-evolution-logo-Auth0-horizontal-Indigo.png" alt="auth0-logo">][sponsor-auth0] If you want to quickly add OpenID Connect authentication to Node.js apps, feel free to check out Auth0's Node.js SDK and free plan. [Create an Auth0 account; it's free!][sponsor-auth0]<br><br>
64+
<picture>
65+
<source media="(prefers-color-scheme: dark)" srcset="./sponsor/Auth0byOkta_dark.png">
66+
<source media="(prefers-color-scheme: light)" srcset="./sponsor/Auth0byOkta_light.png">
67+
<img height="65" align="left" alt="Auth0 by Okta" src="./sponsor/Auth0byOkta_light.png">
68+
</picture>
69+
70+
If you want to quickly add OpenID Connect authentication to Node.js apps, feel free to check out Auth0's Node.js SDK and free plan. [Create an Auth0 account; it's free!][sponsor-auth0]<br><br>
6571

6672
## Support
6773

@@ -305,7 +311,7 @@ See [Customizing (docs)][documentation-customizing].
305311
[feature-iss]: https://www.rfc-editor.org/rfc/rfc9207.html
306312
[passport-url]: http://passportjs.org
307313
[npm-url]: https://www.npmjs.com/package/openid-client
308-
[sponsor-auth0]: https://a0.to/try-auth0
314+
[sponsor-auth0]: https://auth0.com/signup?utm_source=external_sites&utm_medium=panva&utm_campaign=devn_signup
309315
[support-sponsor]: https://github.com/sponsors/panva
310316
[documentation]: https://github.com/panva/node-openid-client/blob/main/docs/README.md
311317
[documentation-issuer]: https://github.com/panva/node-openid-client/blob/main/docs/README.md#issuer

sponsor/Auth0byOkta_dark.png

37.2 KB
Loading

sponsor/Auth0byOkta_light.png

37.2 KB
Loading

0 commit comments

Comments
 (0)