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

Feat/fido connect extension #13

Merged
merged 82 commits into from
Apr 30, 2024
Merged

Feat/fido connect extension #13

merged 82 commits into from
Apr 30, 2024

Commits on Apr 8, 2024

  1. chore/unit-tests-for-assertion-module

    - added unit tests for assertion module controller
    - removed express response object where possible to avoid mocking
    kylebeee committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3bf36ad View commit details
    Browse the repository at this point in the history
  2. chore/unit-tests-for-attestation-module

    - added unit tests for attestation module controller
    - removed express response object where possible to avoid mocking
    kylebeee committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ead0b44 View commit details
    Browse the repository at this point in the history
  3. chore/unit-tests-for-auth-module

    - added unit tests for auth module controller
    - removed express response object where possible to avoid mocking
    kylebeee committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    02d273a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a73975c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. - removed unnecessary await (my mistake, got confused when i mocked a

      resolved value for it)
    - updated endpoints to not JSON.stringify responses ( handled by nest )
    - removed unnecessary mocks
    kylebeee committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5124ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d9934 View commit details
    Browse the repository at this point in the history
  3. - removed unnecessary mocks

    - removed JSON.stringify from api responses
    kylebeee committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cfee1ba View commit details
    Browse the repository at this point in the history
  4. - removed unnecessary JSON.stringify from api endpoint handlers

    - removed unnecessary mocks
    kylebeee committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    28534b3 View commit details
    Browse the repository at this point in the history
  5. added auth service mock

    kylebeee committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b868528 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04c128e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e88acd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    914e9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43401df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f5596 View commit details
    Browse the repository at this point in the history
  4. final adjustments

    kylebeee committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    de18cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460a180 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b490dc0 View commit details
    Browse the repository at this point in the history
  7. Revert "final adjustments"

    This reverts commit de18cc9.
    kylebeee committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b7d83c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e012ec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    dd4acce View commit details
    Browse the repository at this point in the history
  2. switched toThrowError to toThrow(HttpException) & renamed dummyACJSON…

    … to dummyAttestationCredentialJSON
    kylebeee committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cfc54d0 View commit details
    Browse the repository at this point in the history
  3. - changed mock args & responses to more verbose naming

    - changed mock challenges to be more realistic
    kylebeee committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3bed7e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b12bfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27a7140 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    cd8c436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c2e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760e1f2 View commit details
    Browse the repository at this point in the history
  4. wip: liquid fido extension

    PhearZero committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a64f4f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    d3d4606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d77ed4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e310e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95836f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1c8d4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b38c335 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f2be8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1c16cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ea887d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82adce3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d61732b View commit details
    Browse the repository at this point in the history
  12. cleaned up unit tests / exceptions in endpoint & made fixture more in…

    …line with production expectations
    kylebeee committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2d8bf8f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update services/liquid-auth-api-js/tests/constants.ts

    replaced 1234 challenge with random string
    
    Co-authored-by: ori-shem-tov <45538125+ori-shem-tov@users.noreply.github.com>
    kylebeee and ori-shem-tov authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a530ed0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    04a0a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fab761e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    c3111fc View commit details
    Browse the repository at this point in the history
  2. feat: add js client

    PhearZero committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b4cc82d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/feat/docs-site' int…

    …o feat/documentation-swagger
    PhearZero committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    10c5984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cb35b8 View commit details
    Browse the repository at this point in the history
  5. build: add docker release

    PhearZero committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cec82e9 View commit details
    Browse the repository at this point in the history
  6. docs: update documentation

    PhearZero committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    aa4f7a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'refs/heads/feat/connect-rtc' into feat/documentation-sw…

    …agger
    
    # Conflicts:
    #	package-lock.json
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8878aa0 View commit details
    Browse the repository at this point in the history
  2. docs: regenerate reference

    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2921b3f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/feat/connect-rtc' into feat/fido-connect-ext…

    …ension
    
    # Conflicts:
    #	clients/liquid-auth-client-js/package.json
    #	clients/liquid-auth-client-js/tests/connect.spec.js
    #	package-lock.json
    #	services/liquid-auth-api-js/package.json
    #	services/liquid-auth-api-js/src/attestation/attestation.controller.ts
    #	services/liquid-auth-api-js/src/attestation/attestation.service.ts
    #	sites/dapp-ui/tsconfig.json
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6ffdf73 View commit details
    Browse the repository at this point in the history
  4. fix: resolve issues

    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    da5f0cc View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/chore/unit-tests-fo…

    …r-assertion-module' into feat/fido-connect-extension
    
    # Conflicts:
    #	services/liquid-auth-api-js/src/assertion/assertion.controller.ts
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8e67b70 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/origin/chore/unit-tests-fo…

    …r-attestation-module' into feat/fido-connect-extension
    
    # Conflicts:
    #	services/liquid-auth-api-js/src/attestation/attestation.controller.ts
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cdd280b View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'refs/remotes/origin/chore/unit-tests-fo…

    …r-auth-module' into feat/fido-connect-extension
    
    # Conflicts:
    #	services/liquid-auth-api-js/src/auth/auth.controller.ts
    #	services/liquid-auth-api-js/src/auth/auth.service.ts
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    066bf13 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'refs/remotes/origin/chore/testing-clean…

    …up' into feat/fido-connect-extension
    
    # Conflicts:
    #	services/liquid-auth-api-js/src/connect/connect.controller.spec.ts
    #	services/liquid-auth-api-js/tests/constants.ts
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6e2286a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'refs/heads/feat/documentation-swagger' into feat/fido-c…

    …onnect-extension
    
    # Conflicts:
    #	package-lock.json
    #	services/liquid-auth-api-js/src/assertion/assertion.controller.ts
    #	services/liquid-auth-api-js/src/attestation/attestation.controller.ts
    #	services/liquid-auth-api-js/src/auth/auth.controller.ts
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    02defc6 View commit details
    Browse the repository at this point in the history
  10. chore: add android client

    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    501fb0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    967e79b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    000bf32 View commit details
    Browse the repository at this point in the history
  13. chore: cleanup logs

    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a94feb8 View commit details
    Browse the repository at this point in the history
  14. chore: add address store

    - cleanup previous stores and hooks
    PhearZero committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    471ad46 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e474ad0 View commit details
    Browse the repository at this point in the history
  2. chore: lint fixes

    PhearZero committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aff9ea5 View commit details
    Browse the repository at this point in the history
  3. test: fix tests

    PhearZero committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aef8726 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. refactor: remove connect module

    - fixes up tests
    - removes lint errors
    PhearZero committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b2e10be View commit details
    Browse the repository at this point in the history
  2. docs: add decision

    PhearZero committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    977e48f View commit details
    Browse the repository at this point in the history
  3. chore: remove kotlin client

    PhearZero committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9fe39ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    863eb1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b230d00 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    00c65f9 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint errors

    PhearZero committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d433b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    231a706 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    1990e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72d72d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d200a View commit details
    Browse the repository at this point in the history
  4. test: remove skipped tests

    PhearZero committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    868192e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'refs/heads/develop' into feat/fido-connect-extension

    # Conflicts:
    #	README.md
    PhearZero committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    52783fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2791d87 View commit details
    Browse the repository at this point in the history