From 73b0ccc280fe44978a8632986d777f842aecbe9a Mon Sep 17 00:00:00 2001 From: Ben Gdovicak Date: Wed, 20 Dec 2017 14:53:26 -0500 Subject: [PATCH] Updated documention to properly refelct which key to use in RSA jwt generation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0676407..13f12d7 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ nJwt.verify(token,signingKey, 'HS512'); ```` See the table below for a list of supported algorithms. If using RSA key pairs, -the public key will be the signing key parameter. +the private key will be the signing key parameter. ### Customizing the token