Skip to content

Commit 635a16b

Browse files
committed
chore: updated sponsor logo in docs/README.md
1 parent 0f6db1c commit 635a16b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313

1414
## Sponsor
1515

16-
[<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>
16+
<picture>
17+
<source media="(prefers-color-scheme: dark)" srcset="../sponsor/Auth0byOkta_dark.png">
18+
<source media="(prefers-color-scheme: light)" srcset="../sponsor/Auth0byOkta_light.png">
19+
<img height="65" align="left" alt="Auth0 by Okta" src=".,/sponsor/Auth0byOkta_light.png">
20+
</picture>
21+
22+
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>
1723

1824
## Support
1925

@@ -1003,7 +1009,7 @@ request instance.
10031009
- Returns: `<http.IncomingMessage>` &vert; `<undefined>`
10041010

10051011

1006-
[sponsor-auth0]: https://a0.to/try-auth0
1012+
[sponsor-auth0]: https://auth0.com/signup?utm_source=external_sites&utm_medium=panva&utm_campaign=devn_signup
10071013
[support-sponsor]: https://github.com/sponsors/panva
10081014
[jose]: https://github.com/panva/jose
10091015
[webfinger-discovery]: https://openid.net/specs/openid-connect-discovery-1_0.html#IssuerDiscovery

0 commit comments

Comments
 (0)