auth
Some checks failed
ci/woodpecker/push/build/1 Pipeline failed
ci/woodpecker/push/build/2 Pipeline failed

This commit is contained in:
JMARyA 2025-05-06 16:03:41 +02:00
parent 060209827f
commit 1c3a136730
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 23 additions and 9 deletions

3
Cargo.lock generated
View file

@ -358,6 +358,7 @@ dependencies = [
"axum",
"axum-core",
"bytes",
"cookie",
"futures-util",
"headers",
"http",
@ -421,6 +422,8 @@ name = "based_auth"
version = "0.1.0"
source = "git+https://git.hydrar.de/jmarya/based_auth#bab73914bdddc53cbec5c1d2fabdcfe857838aa8"
dependencies = [
"axum",
"axum-extra",
"bcrypt",
"chrono",
"data-encoding",