.travis.yml Add example + travis Nov 3, 2015 CHANGELOG.md New release Feb 7, 2025 Cargo.toml New release Feb 7, 2025 LICENSE Move benches to a folder + add license Nov 3, 2015 README.md feat: allow users to spe
This was based offKeats/rust-jwt. Installation Add the following to Cargo.toml: biscuit="0.7.0" To use the latestmasterbranch, for example: biscuit= {git="https://github.com/lawliet89/biscuit",branch="master"} The crate, does not support all, and probably will never support all of the...
Online Tool to format Rust Code Online Tool to format Golang Code Online Tool to format Pearl Code Online Tool to format Kotlin Code Online Tool to optimize SQL Query Online Tool to convert cURL to Java Client Online Tool to convert cURL to Python Client Online Tool to convert cU...
If you want to set the kid parameter or change the algorithm for example: let mut header = Header::new(Algorithm::HS512); header.kid = Some("blabla".to_owned()); let token = encode(&header, &my_claims, &EncodingKey::from_secret("secret".as_ref()))?; Look at examples/custom_...
Last but not least, you will need to set the algorithm(s) allowed for this token if you are not usingHS256. Look atexamples/validation.rsfor a full working example. Releases No releases published Packages No packages published Languages Rust100.0%...
This was based off Keats/rust-jwt. Installation Add the following to Cargo.toml: biscuit = "0.6.0-beta1" 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,...