Skip to content

Commit

Permalink
Use the right tool for the job
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 17, 2023
1 parent a39976e commit 43343ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A new JWT (JSON Web Tokens) implementation for Rust that focuses on simplicity,
| `ES256K` | ECDSA over secp256k1 / SHA-256 |
| `EdDSA` | Ed25519 |

`jwt-simple` uses only pure Rust implementations, and can be compiled out of the box to WebAssembly/WASI. It is fully compatible with Fastly _Compute_ service.
`jwt-simple` can be compiled out of the box to WebAssembly/WASI. It is fully compatible with Fastly _Compute_ service.

Important: JWT's purpose is to verify that data has been created by a party knowing a secret key. It does not provide any kind of confidentiality: JWT data is simply encoded as BASE64, and is not encrypted.

Expand Down

0 comments on commit 43343ce

Please sign in to comment.