Save the login information in a cookie
This commit is contained in:
parent
60d9c9b0a2
commit
2dfaf85eea
3 changed files with 336 additions and 24 deletions
|
|
@ -6,8 +6,12 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = { version = "0.6.20", features = ["query"] }
|
||||
axum-extra = { version = "0.7.7", features = ["cookie"] }
|
||||
base64 = "0.21.2"
|
||||
color-eyre = "0.6.2"
|
||||
cookie = "0.17.0"
|
||||
envious = "0.2.2"
|
||||
jwt-simple = "0.11.6"
|
||||
once_cell = "1.18.0"
|
||||
openidconnect = "3.3.0"
|
||||
parking_lot = "0.12.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue