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 example usage script. #162

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

Add example usage script. #162

wants to merge 13 commits into from

Commits on Aug 12, 2024

  1. Add roundtrip example.

    davidlehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    61a1a6c View commit details
    Browse the repository at this point in the history
  2. Example updates.

    - Use verify suite.
    - Add multikey resolver.
    davidlehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bbdaffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d174e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6e16c8 View commit details
    Browse the repository at this point in the history
  5. Update loader usage.

    davidlehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4019c7f View commit details
    Browse the repository at this point in the history
  6. Fix lint issue.

    davidlehn committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9cd3290 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update copyright date.

    Co-authored-by: Dave Longley <[email protected]>
    davidlehn and dlongley authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e02e347 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add VP support to example.

    - Adding VP support to futher expand the example.
    - Using did:key for VC and did:web for VP to add variety.
    - Print out logging as we go.
    - Print readable first stack trace if there are verify errors.
    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ead6fce View commit details
    Browse the repository at this point in the history
  2. Order imports.

    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3ab6f6d View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    368be0f View commit details
    Browse the repository at this point in the history
  4. Fixes.

    - Add static DID Document to loader.
    - Fix typos.
    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    62c6081 View commit details
    Browse the repository at this point in the history
  5. Fixes and updates.

    - Use P-256 for VC and P-384 for VP for variety.
    - Add P-384 support to did:web driver.
    - Use 'authentication' method from VP did:web document.
    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6362466 View commit details
    Browse the repository at this point in the history
  6. Update VP params.

    - Add optional domain for example.
    - Formatting.
    davidlehn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2673e51 View commit details
    Browse the repository at this point in the history