Registry / crypto / alcoholic-jwt

alcoholic-jwt

JSON →
library4091.0.0rscratesunverified

Library for validation of RS256 JWTs, focusing on simplicity and correctness.

# Cargo.toml [dependencies] alcoholic_jwt = "4091.0.0"
INSTALL
IMPORT
SIG · ALCOHOLIC-JWT
A
alcoholic-jwt
cryptorustv4091.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

validate_jwt
use alcoholic_jwt::validate_jwt;

Validates a JWT token using the library's primary function.

use alcoholic_jwt::validate_jwt; fn main() { let token = "your.jwt.token"; let result = validate_jwt(token); println!("Validation result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4091.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
56 hits · last 30 days
node
46
OpenAI (training)
1
Resources
alcoholic-jwt — cargo add alcoholic-jwt · libregistry