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 --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 823c09f..3a2058e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1765,6 +1765,7 @@ dependencies = [ "anyhow", "axum", "chrono", + "cookie", "dotenv", "lru", "openidconnect", @@ -1888,6 +1889,7 @@ dependencies = [ "bitflags", "byteorder", "bytes", + "chrono", "crc", "crossbeam-queue", "dirs", @@ -1923,6 +1925,7 @@ dependencies = [ "thiserror", "tokio-stream", "url", + "uuid", "whoami", ] -- cgit v1.2.3