use HttpRequest;
/**
* Extracts a JWT from the Authorization header of an HTTP request.
*
* # Arguments
* * `req` - A reference to the HttpRequest from which to extract the JWT.
*
* # Returns
* An `Option<String>` containing the JWT if it exists and is valid, or `None` if it does not.
*/