-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Google JWT verification and OpenID Google client id init pa…
…rameter. (#2780) * Implement Google JWT verification and build time environment variables. * 🤖 cargo-fmt auto-update * Make env variable optional * Make env variable optional * Make env variable optional * Fix clippy complaints. * 🤖 cargo-fmt auto-update * Rewrite Google OpenIdProvider as trait implementation and add more extensive test coverage. * 🤖 cargo-fmt auto-update * Rewrite Google OpenIdProvider as trait implementation and add more extensive test coverage. * Fix integration tests * Simplify initialize * Add OpenID to config integration tests * 🤖 cargo-fmt auto-update * 🤖 npm run generate auto-update * Fix clippy * 🤖 cargo-fmt auto-update * Fix integration test --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bd8ac9a
commit 760f271
Showing
16 changed files
with
656 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,3 +48,4 @@ serde = "1" | |
serde_bytes = "0.11" | ||
serde_cbor = "0.11" | ||
sha2 = "0.10" | ||
rsa = "0.9.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.