Compare commits
1 Commits
v1.0.0
...
064aa92cb4
| Author | SHA1 | Date | |
|---|---|---|---|
| 064aa92cb4 |
@@ -2,7 +2,7 @@ use clap::Parser;
|
|||||||
use jwt_simple::algorithms::HS256Key;
|
use jwt_simple::algorithms::HS256Key;
|
||||||
use jwt_simple::prelude::{Clock, Duration, JWTClaims, MACLike};
|
use jwt_simple::prelude::{Clock, Duration, JWTClaims, MACLike};
|
||||||
use matrix_gateway::extractors::client_auth::TokenClaims;
|
use matrix_gateway::extractors::client_auth::TokenClaims;
|
||||||
use matrix_gateway::utils::rand_str;
|
use matrix_gateway::utils::base_utils::rand_str;
|
||||||
use std::ops::Add;
|
use std::ops::Add;
|
||||||
use std::os::unix::prelude::CommandExt;
|
use std::os::unix::prelude::CommandExt;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|||||||
Reference in New Issue
Block a user