-
Notifications
You must be signed in to change notification settings - Fork 7
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
Commits on Apr 8, 2024
-
chore/unit-tests-for-assertion-module
- added unit tests for assertion module controller - removed express response object where possible to avoid mocking
Configuration menu - View commit details
-
Copy full SHA for 3bf36ad - Browse repository at this point
Copy the full SHA 3bf36adView commit details -
chore/unit-tests-for-attestation-module
- added unit tests for attestation module controller - removed express response object where possible to avoid mocking
Configuration menu - View commit details
-
Copy full SHA for ead0b44 - Browse repository at this point
Copy the full SHA ead0b44View commit details -
chore/unit-tests-for-auth-module
- added unit tests for auth module controller - removed express response object where possible to avoid mocking
Configuration menu - View commit details
-
Copy full SHA for 02d273a - Browse repository at this point
Copy the full SHA 02d273aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a73975c - Browse repository at this point
Copy the full SHA a73975cView commit details
Commits on Apr 9, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for 5124ba2 - Browse repository at this point
Copy the full SHA 5124ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d9934 - Browse repository at this point
Copy the full SHA 42d9934View commit details -
- removed JSON.stringify from api responses
Configuration menu - View commit details
-
Copy full SHA for cfee1ba - Browse repository at this point
Copy the full SHA cfee1baView commit details -
- removed unnecessary JSON.stringify from api endpoint handlers
- removed unnecessary mocks
Configuration menu - View commit details
-
Copy full SHA for 28534b3 - Browse repository at this point
Copy the full SHA 28534b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b868528 - Browse repository at this point
Copy the full SHA b868528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c128e - Browse repository at this point
Copy the full SHA 04c128eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e88acd1 - Browse repository at this point
Copy the full SHA e88acd1View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 914e9a7 - Browse repository at this point
Copy the full SHA 914e9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43401df - Browse repository at this point
Copy the full SHA 43401dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f5596 - Browse repository at this point
Copy the full SHA 63f5596View commit details -
Configuration menu - View commit details
-
Copy full SHA for de18cc9 - Browse repository at this point
Copy the full SHA de18cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460a180 - Browse repository at this point
Copy the full SHA 460a180View commit details -
Configuration menu - View commit details
-
Copy full SHA for b490dc0 - Browse repository at this point
Copy the full SHA b490dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d83c7 - Browse repository at this point
Copy the full SHA b7d83c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e012ec8 - Browse repository at this point
Copy the full SHA e012ec8View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd4acce - Browse repository at this point
Copy the full SHA dd4acceView commit details -
switched toThrowError to toThrow(HttpException) & renamed dummyACJSON…
… to dummyAttestationCredentialJSON
Configuration menu - View commit details
-
Copy full SHA for cfc54d0 - Browse repository at this point
Copy the full SHA cfc54d0View commit details -
- changed mock args & responses to more verbose naming
- changed mock challenges to be more realistic
Configuration menu - View commit details
-
Copy full SHA for 3bed7e6 - Browse repository at this point
Copy the full SHA 3bed7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b12bfa - Browse repository at this point
Copy the full SHA 2b12bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a7140 - Browse repository at this point
Copy the full SHA 27a7140View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd8c436 - Browse repository at this point
Copy the full SHA cd8c436View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c2e73 - Browse repository at this point
Copy the full SHA f0c2e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760e1f2 - Browse repository at this point
Copy the full SHA 760e1f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64f4f1 - Browse repository at this point
Copy the full SHA a64f4f1View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3d4606 - Browse repository at this point
Copy the full SHA d3d4606View commit details -
checking on whether we get proper http exceptions back or one large i…
…nternal server error
Configuration menu - View commit details
-
Copy full SHA for d77ed4e - Browse repository at this point
Copy the full SHA d77ed4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e310e - Browse repository at this point
Copy the full SHA 28e310eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95836f0 - Browse repository at this point
Copy the full SHA 95836f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c8d4a - Browse repository at this point
Copy the full SHA d1c8d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38c335 - Browse repository at this point
Copy the full SHA b38c335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f2be8e - Browse repository at this point
Copy the full SHA 1f2be8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c16cb - Browse repository at this point
Copy the full SHA d1c16cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea887d - Browse repository at this point
Copy the full SHA 2ea887dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82adce3 - Browse repository at this point
Copy the full SHA 82adce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d61732b - Browse repository at this point
Copy the full SHA d61732bView commit details -
cleaned up unit tests / exceptions in endpoint & made fixture more in…
…line with production expectations
Configuration menu - View commit details
-
Copy full SHA for 2d8bf8f - Browse repository at this point
Copy the full SHA 2d8bf8fView commit details
Commits on Apr 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a530ed0 - Browse repository at this point
Copy the full SHA a530ed0View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04a0a6a - Browse repository at this point
Copy the full SHA 04a0a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fab761e - Browse repository at this point
Copy the full SHA fab761eView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 287df39 - Browse repository at this point
Copy the full SHA 287df39View commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3111fc - Browse repository at this point
Copy the full SHA c3111fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cc82d - Browse repository at this point
Copy the full SHA b4cc82dView commit details -
Merge remote-tracking branch 'refs/remotes/origin/feat/docs-site' int…
…o feat/documentation-swagger
Configuration menu - View commit details
-
Copy full SHA for 10c5984 - Browse repository at this point
Copy the full SHA 10c5984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb35b8 - Browse repository at this point
Copy the full SHA 5cb35b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec82e9 - Browse repository at this point
Copy the full SHA cec82e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4f7a2 - Browse repository at this point
Copy the full SHA aa4f7a2View commit details
Commits on Apr 22, 2024
-
Merge branch 'refs/heads/feat/connect-rtc' into feat/documentation-sw…
…agger # Conflicts: # package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 8878aa0 - Browse repository at this point
Copy the full SHA 8878aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2921b3f - Browse repository at this point
Copy the full SHA 2921b3fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6ffdf73 - Browse repository at this point
Copy the full SHA 6ffdf73View commit details -
Configuration menu - View commit details
-
Copy full SHA for da5f0cc - Browse repository at this point
Copy the full SHA da5f0ccView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8e67b70 - Browse repository at this point
Copy the full SHA 8e67b70View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cdd280b - Browse repository at this point
Copy the full SHA cdd280bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 066bf13 - Browse repository at this point
Copy the full SHA 066bf13View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6e2286a - Browse repository at this point
Copy the full SHA 6e2286aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 02defc6 - Browse repository at this point
Copy the full SHA 02defc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 501fb0c - Browse repository at this point
Copy the full SHA 501fb0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967e79b - Browse repository at this point
Copy the full SHA 967e79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 000bf32 - Browse repository at this point
Copy the full SHA 000bf32View commit details -
Configuration menu - View commit details
-
Copy full SHA for a94feb8 - Browse repository at this point
Copy the full SHA a94feb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 471ad46 - Browse repository at this point
Copy the full SHA 471ad46View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e474ad0 - Browse repository at this point
Copy the full SHA e474ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff9ea5 - Browse repository at this point
Copy the full SHA aff9ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef8726 - Browse repository at this point
Copy the full SHA aef8726View commit details
Commits on Apr 24, 2024
-
refactor: remove connect module
- fixes up tests - removes lint errors
Configuration menu - View commit details
-
Copy full SHA for b2e10be - Browse repository at this point
Copy the full SHA b2e10beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977e48f - Browse repository at this point
Copy the full SHA 977e48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe39ae - Browse repository at this point
Copy the full SHA 9fe39aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 863eb1a - Browse repository at this point
Copy the full SHA 863eb1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b230d00 - Browse repository at this point
Copy the full SHA b230d00View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f72255d - Browse repository at this point
Copy the full SHA f72255dView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00c65f9 - Browse repository at this point
Copy the full SHA 00c65f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d433b94 - Browse repository at this point
Copy the full SHA d433b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231a706 - Browse repository at this point
Copy the full SHA 231a706View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1990e42 - Browse repository at this point
Copy the full SHA 1990e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72d72d - Browse repository at this point
Copy the full SHA a72d72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71d200a - Browse repository at this point
Copy the full SHA 71d200aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 868192e - Browse repository at this point
Copy the full SHA 868192eView commit details
Commits on Apr 29, 2024
-
Merge branch 'refs/heads/develop' into feat/fido-connect-extension
# Conflicts: # README.md
Configuration menu - View commit details
-
Copy full SHA for 52783fa - Browse repository at this point
Copy the full SHA 52783faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2791d87 - Browse repository at this point
Copy the full SHA 2791d87View commit details