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

Implementing BearerDid / PortableDid, exposing our own JWS, JWT, JWK types #262

Merged
merged 50 commits into from
Mar 27, 2024

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    9eca633 View commit details
    Browse the repository at this point in the history
  2. changing Did to ChangemeDid to make it easier to spot and replace w B…

    …earerDid. changed DidUri to Did
    jiyoontbd committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    12cb845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e683a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0106920 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. removing create options

    jiyoontbd committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    9c5fbbf View commit details
    Browse the repository at this point in the history
  2. getting did:dht and did:key to return BearerDID. next step: figure ou…

    …t how to call didxyz.import() from BearerDID. also figure out how to call didDhtApi methods after creating BearerDID via DidDht.create()
    jiyoontbd committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f348127 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. moved bearerdid import() to companion object so i can call bearerdid.…

    …import() as a static method. not sure if right path, might reverse
    jiyoontbd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cb309ee View commit details
    Browse the repository at this point in the history
  2. updated codeowners doc

    jiyoontbd committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1f32e5a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    a3ac9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90fa517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584a36b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a9e1494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d387f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b681b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    33852b9 View commit details
    Browse the repository at this point in the history
  2. goodbye, changemedid

    jiyoontbd committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9a77e89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9945824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f522197 View commit details
    Browse the repository at this point in the history
  5. removing unnecessary tests

    jiyoontbd committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e92dbd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fixing tests

    jiyoontbd committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    275d6f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e2a3cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fbc80 View commit details
    Browse the repository at this point in the history
  3. fixing some tests

    jiyoontbd committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    46e3d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    f4c418c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e7688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c470d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    fca2488 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    f56860c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129483b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d9c6b View commit details
    Browse the repository at this point in the history
  4. fixing tests

    jiyoontbd committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0b7dc33 View commit details
    Browse the repository at this point in the history
  5. new web5-spec sha

    jiyoontbd committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    149ed9a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. adding more jwttest

    jiyoontbd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    711f9d7 View commit details
    Browse the repository at this point in the history
  2. added jwktest

    jiyoontbd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2f3c98d View commit details
    Browse the repository at this point in the history
  3. fixing detekt error

    jiyoontbd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c5d3b91 View commit details
    Browse the repository at this point in the history
  4. adding bearerdid tests

    jiyoontbd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c1ea33d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb52fd3 View commit details
    Browse the repository at this point in the history
  6. fixing detekt error

    jiyoontbd committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5cdfec3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3937376 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    cda57a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    58db293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e652c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    5ab978d View commit details
    Browse the repository at this point in the history
  2. addressing review comments

    jiyoontbd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    030678d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6004707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b472990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa90cd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5bba53 View commit details
    Browse the repository at this point in the history
  7. reverting back to include portabledid concept in vc create test vecto…

    …r and the corresponding test
    jiyoontbd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1d7e0a5 View commit details
    Browse the repository at this point in the history
  8. bumping web5-spec commit

    jiyoontbd committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    870cc12 View commit details
    Browse the repository at this point in the history