From a84c964b725ad2012cdf6a605ff264c60e0b0e59 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Mon, 29 May 2023 15:55:51 -0400 Subject: Create service for parsing Basic Authorization --- Cargo.lock | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4d05ec5..c51cb79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,6 +28,7 @@ dependencies = [ "actix-codec", "actix-rt", "actix-service", + "actix-tls", "actix-utils", "ahash 0.8.3", "base64 0.21.0", @@ -120,6 +121,24 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "actix-tls" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297" +dependencies = [ + "actix-codec", + "actix-rt", + "actix-service", + "actix-utils", + "futures-core", + "log", + "pin-project-lite", + "tokio-rustls", + "tokio-util", + "webpki-roots", +] + [[package]] name = "actix-utils" version = "3.0.1" @@ -143,6 +162,7 @@ dependencies = [ "actix-rt", "actix-server", "actix-service", + "actix-tls", "actix-utils", "actix-web-codegen", "ahash 0.7.6", @@ -1613,6 +1633,7 @@ name = "rust-pw-server" version = "0.1.0" dependencies = [ "actix-web", + "base64 0.21.0", "dotenv", "exun", "grass", @@ -1624,6 +1645,7 @@ dependencies = [ "rust-argon2", "rust-ini", "serde", + "serde_urlencoded", "sqlx", "tera", "thiserror", -- cgit v1.2.3