Can redirect user on successful login

This commit is contained in:
2022-04-02 19:44:13 +02:00
parent da74acaed8
commit f08fddc79c
7 changed files with 46 additions and 10 deletions

7
Cargo.lock generated
View File

@ -395,6 +395,7 @@ dependencies = [
"mime_guess",
"serde",
"serde_json",
"urlencoding",
"uuid",
]
@ -1625,6 +1626,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "uuid"
version = "0.8.2"