From 9dc82f01f0bfb74914c824ac78a398cedda9ff2f Mon Sep 17 00:00:00 2001 From: abit19 Date: Sat, 25 Sep 2021 17:22:40 +0200 Subject: [PATCH] Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed01014..cdc63e4b 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ JWT RSA signature algorithms `RS256`, `RS384`, `RS512`, `PS256`, `PS384` and `PS Anything smaller than this (such as 1024 bits) will be rejected with an `InvalidKeyException`. That said, in keeping with best practices and increasing key lengths for security longevity, JJWT -recoommends that you use: +recommends that you use: * at least 2048 bit keys with `RS256` and `PS256` * at least 3072 bit keys with `RS384` and `PS384`