Uh oh!
There was an error while loading. Please reload this page.
feature/jws verification - #9
Merged
Merged
Conversation
ChristianPavilonis
marked this pull request as draft
November 4, 2025 22:53
ChristianPavilonis
commented
Nov 5, 2025
ContributorAuthor
ChristianPavilonisforce-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:27
3453121 to
bd8238bCompareChristianPavilonis
marked this pull request as ready for review
November 5, 2025 21:27
ChristianPavilonisforce-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:32
bd8238b to
d13be57CompareUh oh!
There was an error while loading. Please reload this page.
ChristianPavilonisforce-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:42
d13be57 to
e8eca78Comparearam356
requested changes
Nov 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| NoJwksDomain, | ||
| } | ||
| fn create_request_ctx() -> RequestContext { |
ContributorAuthor
There was a problem hiding this comment.
Maybe anyedge needs a better Request building util that doesn't require an incoming request context?
Contributor
There was a problem hiding this comment.
Good news I updated anyedge to allow to pass RequestContext to handlers with #action macro
ChristianPavilonisforce-pushed
the
feature/jws-verification
branch
from
November 6, 2025 21:35
ded4a1e to
10d2e93Comparearam356
requested changes
Nov 7, 2025
Uh oh!
There was an error while loading. Please reload this page.
aram356
approved these changes
Dec 1, 2025
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verifies incoming auction requests.
For now this only does verification if possible, and logs if it's successful, verification fails, or if it's skipped (no signature)
Also skips if openrtb request doesn't have the site's domain.