mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 14:17:20 +03:00
paths now need to contain processId before the actual path
This commit is contained in:
parent
086297f224
commit
4c62d01ac9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user