From c64a7a640ac8c59eb6339f0a06d2ad2efab3fd11 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 7 Oct 2022 16:59:29 -0400 Subject: Start working on authentication --- server/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index 88dee76..f25aa4c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,4 +14,9 @@ tokio = { version = "1.21.2", features = ["full"] } tower-http = { version = "0.3.4", features = ["full"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } -data = { path = "../data" } +protocol = { path = "../protocol" } +openidconnect = "2.3.2" +lru = "0.8.1" +uuid = { version = "1.1.2", features = ["serde", "fast-rng", "v4"] } +tower-cookies = "0.7.0" +tower = { version = "0.4.13", features = ["full"] } -- cgit v1.2.3