summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-05-30 00:24:40 -0400
committerCara Salter <cara@devcara.com>2022-05-30 00:24:40 -0400
commitecca0e8cef755899049e7f541c86b9d06b2438a4 (patch)
tree1b86c9667a3044b885a468744780effee1ed401f /Cargo.toml
parentb7752eef57e008c0d2a7dad868e98ff8b802bd22 (diff)
downloadhomeworld-ecca0e8cef755899049e7f541c86b9d06b2438a4.tar.gz
homeworld-ecca0e8cef755899049e7f541c86b9d06b2438a4.zip
meta: Add Bearer authentication
Makes use of a pre-shared key. Do not expose this to the internet!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"