Skip to content

JoyMoe/biscuit

This branch is 29 commits behind lawliet89/biscuit:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 17, 2020
Jul 17, 2020
Nov 6, 2019
Feb 2, 2021
Jun 8, 2018
Apr 29, 2020
Nov 17, 2020
Feb 2, 2021
Feb 2, 2021
Mar 1, 2017
Jan 7, 2020

Repository files navigation

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.5.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.

About

JOSE (JSON Web Token) Library for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%