diff --git a/README.md b/README.md index 0dcae3c5..67a5e636 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,6 @@ Available JWT validation profiles - (draft 04) OIDC Logout Token - [OpenID Connect Back-Channel Logout 1.0][spec-oidc-logout_token] - (draft 06) OAuth 2.0 JWT Access Tokens - [JWT Profile for OAuth 2.0 Access Tokens][draft-ietf-oauth-access-token-jwt] -## Sponsor - -[auth0-logo][sponsor-auth0] If you want to quickly add secure token-based authentication to Node.js projects, feel free to check Auth0’s free plan at [auth0.com/overview][sponsor-auth0].

- ## Support If you or your business use `jose`, please consider becoming a [sponsor][support-sponsor] so I can continue maintaining it and adding new features carefree. @@ -407,4 +403,3 @@ in terms of performance and API (not having well defined errors). [spec-oidc-logout_token]: https://openid.net/specs/openid-connect-backchannel-1_0-04.html#LogoutToken [oidc-token-hash]: https://www.npmjs.com/package/oidc-token-hash [support-sponsor]: https://github.com/sponsors/panva -[sponsor-auth0]: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=panva-jose&utm_content=auth diff --git a/docs/README.md b/docs/README.md index f712d09d..ed1a78c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,10 +11,6 @@ - [JWE (JSON Web Encryption)](#jwe-json-web-encryption) - [errors](#errors) -## Sponsor - -[auth0-logo][sponsor-auth0] If you want to quickly add secure token-based authentication to Node.js projects, feel free to check Auth0’s free plan at [auth0.com/overview][sponsor-auth0].

- ## Support If you or your business use `jose`, please consider becoming a [sponsor][support-sponsor] so I can continue maintaining it and adding new features carefree. @@ -1722,4 +1718,3 @@ if (err instanceof jose.errors.JOSEError && err.code === 'ERR_JWT_MALFORMED') { [spec-thumbprint]: https://tools.ietf.org/html/rfc7638 [support-sponsor]: https://github.com/sponsors/panva [connect-core]: https://openid.net/specs/openid-connect-core-1_0.html -[sponsor-auth0]: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=panva-jose&utm_content=auth