pub async fn authenticated<T: TokenService>( req: &HttpRequest, jwt_token_service: &Arc<T>, ) -> ResultErr<Context>