DarrenBaldwin07 / clerk-rs

An unofficial Rust SDK for Clerk.dev
https://crates.io/crates/clerk-rs
MIT License
58 stars 23 forks source link

Validate the nbf claim of the jwt #40

Closed hazelmeow closed 1 month ago

hazelmeow commented 1 month ago

This PR enables validate_nbf on jsonwebtoken::Validation per the Clerk docs.