-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci]
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,10 @@ Found a bug? - [report it][bug]. | |
Missing a feature? - If it wasn't already discussed before, [ask for it][suggest-feature]. | ||
Found a vulnerability? - Reach out to us via email first, see [security vulnerability disclosure][security-vulnerability]. | ||
|
||
## Sponsor | ||
|
||
[<img width="65" height="65" align="left" src="https://avatars.githubusercontent.com/u/2824157?s=75&v=4" alt="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].<br><br> | ||
|
||
## Support | ||
|
||
[<img src="https://c5.patreon.com/external/logo/[email protected]" width="160" align="right">][support-patreon] | ||
|
@@ -320,3 +324,4 @@ in terms of performance and API (not having well defined errors). | |
[support-paypal]: https://www.paypal.me/panva | ||
[travis-image]: https://api.travis-ci.com/panva/jose.svg?branch=master | ||
[travis-url]: https://travis-ci.com/panva/jose | ||
[sponsor-auth0]: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=%40panva%2Fjose&utm_content=auth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ | |
- [JWE (JSON Web Encryption)](#jwe-json-web-encryption) | ||
- [errors](#errors) | ||
|
||
## Sponsor | ||
|
||
[<img width="65" height="65" align="left" src="https://avatars.githubusercontent.com/u/2824157?s=75&v=4" alt="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].<br><br> | ||
|
||
## Support | ||
|
||
[<img src="https://c5.patreon.com/external/logo/[email protected]" width="160" align="right">][support-patreon] | ||
|
@@ -1414,3 +1418,4 @@ if (err.code === 'ERR_JWT_MALFORMED') { | |
[support-paypal]: https://www.paypal.me/panva | ||
[connect-core]: https://openid.net/specs/openid-connect-core-1_0.html | ||
[bug]: https://github.com/panva/jose/issues/new?labels=bug&template=bug-report.md&title=bug%3A+ | ||
[sponsor-auth0]: https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=%40panva%2Fjose&utm_content=auth |