Docs.rs
jsonwebtoken-aws-lc-9.3.0
jsonwebtoken-aws-lc 9.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
GlenDC
Dependencies
aws-lc-rs ^1.8.1
normal
base64 ^0.22
normal
pem ^3
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
simple_asn1 ^0.6
normal
optional
criterion ^0.5.1
dev
time ^0.3
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jsonwebtoken_
aws_
lc
9.3.0
Module crypto
Module Items
Functions
In crate jsonwebtoken_
aws_
lc
jsonwebtoken_aws_lc
Module
crypto
Copy item path
Source
Expand description
Lower level functions, if you want to do something other than JWTs
Functions
ยง
sign
Take the payload of a JWT, sign it using the algorithm given and return the base64 url safe encoded of the result.
verify
Compares the signature given with a re-computed signature for HMAC or using the public key for RSA/EC.