Skip to content

Commit

Permalink
identity_server: add tests for jwk http provider
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Sep 27, 2024
1 parent ccb12a0 commit 0050b29
Show file tree
Hide file tree
Showing 8 changed files with 471 additions and 144 deletions.
113 changes: 113 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ tower = "0.4.13"
tower-http = "0.5.2"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-test = "0.2.5"
uuid = "1.7.0"
wiremock = "0.6.2"

[workspace.dependencies.derive_more]
version = "1.0.0"
Expand Down
2 changes: 2 additions & 0 deletions apps/identity_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ uuid = { workspace = true, features = ["std", "v4", "serde"] }
base64.workspace = true
hex-literal.workspace = true
tower = { workspace = true, features = ["util"] }
wiremock.workspace = true
tracing-test.workspace = true
141 changes: 0 additions & 141 deletions apps/identity_server/src/google_jwks_provider.rs

This file was deleted.

Loading

0 comments on commit 0050b29

Please sign in to comment.