chore(auth): add tests

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-19 16:43:50 +02:00
parent 7dcd3b4efe
commit a2db6ca64a
2 changed files with 69 additions and 15 deletions

View File

@@ -32,3 +32,6 @@ tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors", "trace"] }
oauth2 = "4.4.0"
openidconnect = "3.0.0"
[dev-dependencies]
pretty_assertions.workspace = true