biscuit

Crates.iobiscuit
lib.rsbiscuit
version0.7.0
sourcesrc
created_at2017-03-17 08:47:40.728099
updated_at2023-11-10 02:04:34.27769
descriptionA library to work with Javascript Object Signing and Encryption(JOSE), including JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE).
homepagehttps://github.com/lawliet89/biscuit
repositoryhttps://github.com/lawliet89/biscuit
max_upload_size
id9007
size371,174
Yong Wen Chua (lawliet89)

documentation

https://docs.rs/biscuit/

README

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.

Commit count: 317

cargo fmt