From ecca0e8cef755899049e7f541c86b9d06b2438a4 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Mon, 30 May 2022 00:24:40 -0400 Subject: meta: Add Bearer authentication Makes use of a pre-shared key. Do not expose this to the internet! --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8290111..afb3d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,9 @@ thiserror = "1" kankyo = "0.3" +# Middleware +axum-auth = "0.2" + [dependencies.solarlib] git = "https://git.carathe.dev/solard/solarlib" branch = "master" -- cgit v1.2.3