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

230 signature base serialization fix #231

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. * moved all signature input generation from authing to httping

    * added optional authority parameter for authing methods.
    * removed Signer calls from httping. moved them to the upper level (authing)
    * refactor siginput and desiginput method to make them reflect each other
    * desiginput return value changed to map by signature label. According to the RFC the labels must be unique
    * added sigbase method to httping. It is now used in both sign and verify authing functions
    * authing.test.ts: mock httping methods.
    * added RFC test cases
    da-tychinin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2309aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b837f View commit details
    Browse the repository at this point in the history
  3. * TS5097 import path fix

    da-tychinin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    342f6c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. * run prettier

    da-tychinin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4bd7b7d View commit details
    Browse the repository at this point in the history