added supported signing methods

This commit is contained in:
Dave Grijalva 2015-12-22 13:53:19 -08:00
parent b47bdbc660
commit 2240de772c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The part in the middle is the interesting bit. It's called the Claims and conta
## What's in the box? ## What's in the box?
This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are RSA256 and HMAC SHA256, though hooks are present for adding your own. This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
## Parse and Verify ## Parse and Verify