Update VirteWebRemote backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 16:32:24 +01:00
parent daa0a9f391
commit 77b1117fa1
10 changed files with 311 additions and 360 deletions

View File

@ -1,13 +1,13 @@
use actix_cors::Cors;
use actix_identity::config::LogoutBehaviour;
use actix_identity::IdentityMiddleware;
use actix_identity::config::LogoutBehaviour;
use actix_remote_ip::RemoteIPConfig;
use actix_session::storage::CookieSessionStore;
use actix_session::SessionMiddleware;
use actix_session::storage::CookieSessionStore;
use actix_web::cookie::{Key, SameSite};
use actix_web::middleware::Logger;
use actix_web::web::Data;
use actix_web::{web, App, HttpServer};
use actix_web::{App, HttpServer, web};
use light_openid::basic_state_manager::BasicStateManager;
use remote_backend::app_config::AppConfig;
use remote_backend::constants;