diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-08 17:22:48 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-08 17:22:48 -0400 |
| commit | 30102e5da48b53806b33f04041a46bec4c3b2fa3 (patch) | |
| tree | cf9fd3ce1f8c449cb4cb1b8837015c7b514b916b /Cargo.lock | |
| parent | 1cbf881835fc33859a31645f886c5d3787ed48f8 (diff) | |
Add token refresh and persist sessions in the db
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", ] |
