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

fix: Add DID deactivation check for credential issuing [DEV-3136] #345

Merged
merged 35 commits into from
Sep 8, 2023

Commits on Aug 17, 2023

  1. Add parameter allowDeactivated for allowing issue

    credential with deactivatedDID in /credential/issue endpoint.
    abdulla-ashurov committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    97934a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec917e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Remove the custom implementation of JSON.stringify

    because this custom method is written incorrectly and doesn't allow to
    show swagger.json in SwaggerUI.
    abdulla-ashurov committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f11f141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427286c View commit details
    Browse the repository at this point in the history
  3. Revert code.

    abdulla-ashurov committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9bf6ebe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d09bba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    f9de902 View commit details
    Browse the repository at this point in the history
  2. Refactor code.

    abdulla-ashurov committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    11dd5f9 View commit details
    Browse the repository at this point in the history
  3. Remove an unnecessary use of boolean literals in

    conditional expression.
    abdulla-ashurov committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    38d4cbd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    6b6c59d View commit details
    Browse the repository at this point in the history
  2. Add allowDeactivatedDid query parameter to

    /credential/verify endpoint.
    abdulla-ashurov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8cdd97a View commit details
    Browse the repository at this point in the history
  3. Remove an unnecessary use of boolean literals in

    conditional expression.
    abdulla-ashurov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d2a94f9 View commit details
    Browse the repository at this point in the history
  4. Add implementation for blocking issue credential

    based on a deactivated DID.
    abdulla-ashurov committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    436d7d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb415d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    b1c7aec View commit details
    Browse the repository at this point in the history
  2. Add allowDeactivatedDid query parameter for

    /presentation/verify endpoint.
    abdulla-ashurov committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    82f878f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4df947f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94a95a1 View commit details
    Browse the repository at this point in the history
  5. Update package-lock.json

    ankurdotb committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e648f3c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    08eb2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bbe5de View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    d03a1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2593f81 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    789183f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdf8599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0227980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee05ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9c725d View commit details
    Browse the repository at this point in the history
  6. Update .eslintrc.json

    ankurdotb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    69f7534 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4260ff8 View commit details
    Browse the repository at this point in the history
  8. Update package-lock.json

    ankurdotb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    726dda8 View commit details
    Browse the repository at this point in the history
  9. npm run format

    ankurdotb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ca1810b View commit details
    Browse the repository at this point in the history
  10. PresentationVerifyRequest

    ankurdotb committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d21afa3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ff3d1c View commit details
    Browse the repository at this point in the history