feat: improve authentication flow
authentication now works either with sessionid or basic auth, with basic auth not creating a session
This commit is contained in:
parent
2f974fd1ff
commit
648921837b
6 changed files with 69 additions and 39 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -896,6 +896,7 @@ dependencies = [
|
|||
"axum-extra",
|
||||
"chrono",
|
||||
"clap",
|
||||
"cookie",
|
||||
"diesel",
|
||||
"diesel_migrations",
|
||||
"libsqlite3-sys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue