//! Quickstart example demonstrating JWT verification with algorithm validation
//!
//! This example shows how to decode and verify a JWT token with proper security
//! measures including algorithm validation to prevent algorithm confusion attacks.
use ;