diff options
author | Cara Salter <cara@devcara.com> | 2022-05-30 00:24:40 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-05-30 00:24:40 -0400 |
commit | ecca0e8cef755899049e7f541c86b9d06b2438a4 (patch) | |
tree | 1b86c9667a3044b885a468744780effee1ed401f /Cargo.toml | |
parent | b7752eef57e008c0d2a7dad868e98ff8b802bd22 (diff) | |
download | homeworld-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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |