Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 17, 2023
1 parent 43343ce commit 46e54b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
//! * Ed25519
//! * `EdDSA`
//!
//! `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
Expand Down

0 comments on commit 46e54b8

Please sign in to comment.