async fn authenticate( gateway_hashed_password: Hash, password_salt: [u8; 16], request: Request, next: Next, ) -> Result<Response, StatusCode>
Validate that the Bearer token matches the gateway’s hashed password