paths now need to contain processId before the actual path

This commit is contained in:
bitful-pannul 2023-10-20 00:10:58 +02:00 committed by dr-frmr
parent 086297f224
commit 4c62d01ac9
No known key found for this signature in database

View File

@ -3,6 +3,7 @@ use futures::stream::SplitSink;
use hmac::{Hmac, Mac};
use jwt::{Error, VerifyWithKey};
use serde::{Deserialize, Serialize};
use regex::Regex;
use sha2::Sha256;
use std::collections::{HashMap, HashSet};
use std::sync::Arc;