Skip to main content

is_jwt

Function is_jwt 

Source
fn is_jwt(password: &str) -> bool
Expand description

Decides if a given password is a JWT by checking if we can decode its header.