Crates.io | rust-cfzt-validator |
lib.rs | rust-cfzt-validator |
version | 0.1.0 |
source | src |
created_at | 2024-06-11 10:46:32.871666 |
updated_at | 2024-06-11 10:46:32.871666 |
description | A library crate for validation of Cloudflare Zero Trust JWTs |
homepage | |
repository | https://github.com/jacobneiltaylor/rust-cfzt-validator |
max_upload_size | |
id | 1268076 |
size | 37,824 |
This crate provides the basic machinery required to build apps that can integrate with Cloudflare Zero Trust by validating and inspecting Application Token JWTs.
Specifically, this crate provides the following:
jsonwebtoken::DecodingKey
structs derived fromt the signing keysBy design, this crate does not provide the following: