diff --git a/README.md b/README.md index 2efe518..a6fdfd8 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ # jwt-authn + jwt-authn is an npm package for dealing with JSON Web Tokens. Encoding, decoding, verifying, signing, and more coming. It includes support for the RS256 and HS256 algorithms and JWK and PEM format keys (even encrypted keys). No package dependencies! Its only dependency is NodeJS itself. + *[Must be on Node >= 15.x](https://nodejs.org/en/about/releases/) -**If you get a base64url encoding not found error, it's likely you're using NodeJS version <15.x +**If you get a base64url encoding not found error, it's likely you're using NodeJS version < 15.x ## Index