Added a feature to create temporary users

- Token verification simplified
This commit is contained in:
Shiroyasha 2024-06-18 16:01:23 +03:00
parent 4bd9a2ab2e
commit 7594e3d615
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
7 changed files with 60 additions and 45 deletions

View file

@ -4,7 +4,7 @@ use axum::{
extract::{Path, State},
Json,
};
use tracing::{debug, warn};
use tracing::debug;
use serde_json::{json, Value};
use tokio::{
fs,