feat: implement sumsub API module
feat: add 3rd party services splash screen feat: add sumsub as a configurable 3rd party service feat: sumsub config loader fix: small fixes feat: add external validation as a compliance trigger feat: add external validation route in l-s feat: add external validation graphql module feat: integrate sumsub SDK feat: improve sumsub form to allow adding multiple applicant levels with enhanced UX feat: added support for array fields in FormRenderer feat: allow external validation triggers to dynamically use levels setup in the services page fix: multiple small fixes feat: get external compliance customer info fix: small fixes feat: add informational card in customer profile regarding external service info feat: send external customer data for machine trigger verification feat: restrictions to the creation of custom info requests and external validation triggers fix: allow for a single applicant level to be setup fix: account instance access fix: small fixes fix: development-only log
This commit is contained in:
parent
6c8ced3c1f
commit
6ba0632067
31 changed files with 1730 additions and 67 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"@haensl/subset-sum": "^3.0.5",
|
||||
"@lamassu/coins": "v1.4.10",
|
||||
"@simplewebauthn/server": "^3.0.0",
|
||||
"@sumsub/websdk-react": "^1.3.6",
|
||||
"@vonage/auth": "1.5.0",
|
||||
"@vonage/sms": "1.7.0",
|
||||
"@vonage/server-client": "1.7.0",
|
||||
|
|
@ -47,6 +48,8 @@
|
|||
"ethereumjs-wallet": "^0.6.3",
|
||||
"express": "4.17.1",
|
||||
"express-session": "^1.17.1",
|
||||
"express-ws": "^3.0.0",
|
||||
"form-data": "^4.0.0",
|
||||
"futoin-hkdf": "^1.0.2",
|
||||
"got": "^7.1.0",
|
||||
"graphql": "^15.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue