We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031d4cf commit cfd1f1cCopy full SHA for cfd1f1c
README.md
@@ -97,7 +97,7 @@ Encoding a JWT takes 3 parameters:
97
- some claims: your own struct
98
- a key/secret
99
100
-When using HS256, HS2384 or HS512, the key is always a shared secret like in the example above. When using
+When using HS256, HS384 or HS512, the key is always a shared secret like in the example above. When using
101
RSA/EC, the key should always be the content of the private key in the PEM or DER format.
102
103
If your key is in PEM format, it is better performance wise to generate the `EncodingKey` once in a `lazy_static` or
0 commit comments