feature/jws verification - #9
Merged
Merged
Conversation
ChristianPavilonis
marked this pull request as draft
November 4, 2025 22:53
Contributor
Author
ChristianPavilonis
force-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:27
3453121 to
bd8238b
Compare
ChristianPavilonis
marked this pull request as ready for review
November 5, 2025 21:27
ChristianPavilonis
force-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:32
bd8238b to
d13be57
Compare
ChristianPavilonis
force-pushed
the
feature/jws-verification
branch
from
November 5, 2025 21:42
d13be57 to
e8eca78
Compare
aram356
requested changes
Nov 6, 2025
| NoJwksDomain, | ||
| } | ||
|
|
||
| fn create_request_ctx() -> RequestContext { |
Contributor
Author
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
ChristianPavilonis
force-pushed
the
feature/jws-verification
branch
from
November 6, 2025 21:35
ded4a1e to
10d2e93
Compare
aram356
requested changes
Nov 7, 2025
aram356
approved these changes
Dec 1, 2025
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 free
to 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.