Add new test based on token auth

This commit is contained in:
2022-09-02 08:59:07 +02:00
parent 62fa71ea6e
commit 886843d087
13 changed files with 462 additions and 5 deletions

@ -1,4 +1,5 @@
pub mod cert_utils;
pub mod err_utils;
mod structs;
pub use structs::{RelayedPort, RemoteConfig};