Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge-response for attestation #162

Merged
merged 95 commits into from
Oct 7, 2024
Merged

Challenge-response for attestation #162

merged 95 commits into from
Oct 7, 2024

Conversation

pwochner
Copy link
Collaborator

@pwochner pwochner commented Dec 4, 2023

Functionality and cli for challenge-response process for attestation.
Closes #94

pwochner added 30 commits May 26, 2023 17:11
…rror if deserialize fails, but not if file doesn't exist. Improve tests.
@sgreenbury
Copy link
Collaborator

Some notes on fixing the error when using impl IntoResponse in return type:

  • From axum docs, -> Result<impl IntoResponse, TrustchainHTTPError> appears to work well to enable propagating the errors with ? (see axum docs)
  • The handler (TrustchainAttestorHTTPHandler::post_identity_response) appears to have a different error

@sgreenbury sgreenbury mentioned this pull request Sep 16, 2024
Copy link
Collaborator

@thobson88 thobson88 left a comment

Choose a reason for hiding this comment

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

LGTM!

@pwochner pwochner merged commit d7cb63d into main Oct 7, 2024
5 checks passed
@pwochner pwochner deleted the 94-cr-cli branch October 7, 2024 15:24
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.

Challenge response protocol
3 participants