#json #jwt #json-object #jose #jws #jwe

biscuit

A library to work with Javascript Object Signing and Encryption(JOSE), including JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE)

21 releases

0.7.0 Nov 10, 2023
0.6.0 Mar 29, 2023
0.6.0-beta1 Feb 24, 2021
0.5.0 Nov 17, 2020
0.0.1 Mar 17, 2017

#89 in Web programming

Download history 17936/week @ 2023-12-10 12033/week @ 2023-12-17 3840/week @ 2023-12-24 14882/week @ 2023-12-31 18516/week @ 2024-01-07 20507/week @ 2024-01-14 18610/week @ 2024-01-21 22528/week @ 2024-01-28 14388/week @ 2024-02-04 23962/week @ 2024-02-11 20117/week @ 2024-02-18 29217/week @ 2024-02-25 27506/week @ 2024-03-03 22642/week @ 2024-03-10 26608/week @ 2024-03-17 24844/week @ 2024-03-24

102,418 downloads per month
Used in 25 crates (11 directly)

MIT license

335KB
6.5K SLoC

biscuit

Build Status Crates.io Repository Documentation dependency status

A library to work with Javascript Object Signing and Encryption(JOSE), including JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE)

This was based off Keats/rust-jwt.

Installation

Add the following to Cargo.toml:

biscuit = "0.7.0"

To use the latest master branch, for example:

biscuit = { git = "https://github.com/lawliet89/biscuit", branch = "master" }

Supported Features

The crate, does not support all, and probably will never support all of the features described in the various RFCs, including some algorithms and verification.

See the documentation for more information.

Dependencies

~8–18MB
~318K SLoC