Skip to content

Commit

Permalink
fixup! chore: apply suggestions from code review (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix authored Aug 4, 2024
1 parent f6acbbf commit 0be5c67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,12 @@
//! # Token handling
//!
//! This crate also provides some functionality regarding the encoding and decoding of access
//! tokens, especially of CBOR Web Tokens.
//! tokens, especially of CBOR Web Tokens (CWTs), which are based on the COSE specification
//! (RFC 9052).
//!
//! Generation and validation of CWTs is supported for CWTs based on signed and encrypted
//! COSE objects. Additionally, helper methods are provided to more easily create and validate
//! COSE objects that are encrypted, signed or authenticated using MACs.
//!
//! See the [token] module-level documentation for more information.

Expand Down

0 comments on commit 0be5c67

Please sign in to comment.