Skip to content

Commit

Permalink
Merge branch 'main' into 1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski committed Apr 18, 2021
2 parents 284a714 + c61857e commit c2bdfb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2bdfb7

Please sign in to comment.