From 2240de772c17d0e303c9bbc04bca67ffdfef32c4 Mon Sep 17 00:00:00 2001 From: Dave Grijalva Date: Tue, 22 Dec 2015 13:53:19 -0800 Subject: [PATCH] added supported signing methods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c83780..6be8590 100644 --- a/README.md +++ b/README.md @@ -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? -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