Function jwt_actix::CheckJwtValid[][src]

pub fn CheckJwtValid(req: &ServiceRequest, jwt: &Option<Jwt>) -> bool
Expand description

A simple validator function that simply returns true if the request had a valid (that is, it exists, and the signature was checked) JWT. It does not check any claims or any other details within the token.