From 30102e5da48b53806b33f04041a46bec4c3b2fa3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 8 Oct 2022 17:22:48 -0400 Subject: Add token refresh and persist sessions in the db --- server/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index 0651fef..423ada2 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -21,8 +21,9 @@ uuid = { version = "1.1.2", features = ["serde", "fast-rng", "v4"] } tower-cookies = "0.7.0" tower = { version = "0.4.13", features = ["full"] } urlencoding = "2.1.2" -sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls" , "postgres" ] } +sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono"] } anyhow = "1.0.65" chrono = { version = "0.4.22", features = ["serde"] } thiserror = "1.0.37" reqwest = "0.11.12" +cookie = "0.16.1" -- cgit v1.2.3