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

Add Support for Signature Validation via HTTP #8

Merged
merged 1 commit into from
May 15, 2022

Conversation

husseinfakharany
Copy link
Collaborator

@husseinfakharany husseinfakharany commented Apr 28, 2022

  • Implement HTTP request parser in handler/base.go and related
    exceptions and tests
  • Implement request handler interface and factory
  • Implement ED25519 request handler and related test
  • Modify annotator factory to accomodate the new HTTPPKI annotator
  • Implement httppki annotator and related tests

Fix #4
Fix #6
Fix #7

Co-authored-by: Ramez Moussa ramez.moussa@aucegypt.edu
Co-authored-by: Ganna Walaa gannawalaa@gmail.com
Signed-off-by: husseinfakharany fakharany.hussein@gmail.com

src/alvarium/annotators/handler/contracts.py Outdated Show resolved Hide resolved
src/alvarium/annotators/handler/ed25519.py Outdated Show resolved Hide resolved
src/alvarium/annotators/handler/factories.py Show resolved Hide resolved
src/alvarium/contracts/annotation.py Outdated Show resolved Hide resolved
src/alvarium/annotators/handler/contracts.py Outdated Show resolved Hide resolved
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Fix project-alvarium#6
Fix project-alvarium#7

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants