Browse Source
Go's jwt.ParseWithClaims validates the nbf claim when present, rejecting tokens whose nbf is in the future. The Rust jsonwebtoken crate defaults validate_nbf to false, so tokens with future nbf were incorrectly accepted.rust-volume-server
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue