✨ auth
This commit is contained in:
parent
060209827f
commit
1c3a136730
3 changed files with 23 additions and 9 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue