Registry / crypto / biscuit

biscuit

JSON →
library0.8.0rscratesunverified

A library for working with JSON Web Tokens (JWT), JSON Web Signature (JWS), and JSON Web Encryption (JWE).

# Cargo.toml [dependencies] biscuit = "0.8.0"
INSTALL
IMPORT
SIG · BISCUIT
B
biscuit
cryptorustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JWT
use biscuit::jwt::JWT;

Creates an empty JWT token using the Biscuit library.

use biscuit::jwt::JWT; fn main() { let token = JWT::new_empty("HS256".to_string()); println!("Created empty JWT"); }
Debug
Known issues
breakingThe crate is unmaintained and may have security vulnerabilities.
fix
Consider using a maintained alternative like `jsonwebtoken`.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
biscuit — cargo add biscuit · libregistry