Skip to content

feature/jws verification#9

Merged
ChristianPavilonis merged 3 commits intomainfrom
feature/jws-verification
Dec 1, 2025
Merged

feature/jws verification#9
ChristianPavilonis merged 3 commits intomainfrom
feature/jws-verification

Conversation

@ChristianPavilonis
Copy link
Copy Markdown
Contributor

@ChristianPavilonis ChristianPavilonis commented Nov 4, 2025

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.

@ChristianPavilonis ChristianPavilonis marked this pull request as draft November 4, 2025 22:53
@ChristianPavilonis
Copy link
Copy Markdown
Contributor Author

@ChristianPavilonis ChristianPavilonis marked this pull request as ready for review November 5, 2025 21:27
Comment thread crates/mocktioneer-core/src/routes.rs Outdated
Comment thread crates/mocktioneer-core/src/routes.rs Outdated
Comment thread crates/mocktioneer-core/Cargo.toml Outdated
Comment thread crates/mocktioneer-core/src/verification.rs Outdated
NoJwksDomain,
}

fn create_request_ctx() -> RequestContext {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe anyedge needs a better Request building util that doesn't require an incoming request context?

Copy link
Copy Markdown
Contributor

@aram356 aram356 Nov 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good news I updated anyedge to allow to pass RequestContext to handlers with #action macro

see stackpop/edgezero#11

Comment thread crates/mocktioneer-core/src/routes.rs
@ChristianPavilonis ChristianPavilonis merged commit abe00b8 into main Dec 1, 2025
2 checks passed
@aram356 aram356 deleted the feature/jws-verification branch January 21, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants