Skip to content

Develop#170

Open
varsha766 wants to merge 33 commits into
masterfrom
develop
Open

Develop#170
varsha766 wants to merge 33 commits into
masterfrom
develop

Conversation

@varsha766

@varsha766 varsha766 commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Title

Provide a short, descriptive title of the change (50 characters max recommended).

  • Added a way to track credit issuer.

Summary

One-paragraph summary describing what the change does and why. Link related issue(s) or design docs.


Background / Motivation

Explain the context, problem being solved, and any alternatives considered. Include links to design docs, issues, or RFCs.


Scope of Changes

  • Files / modules affected (high level)
  • Public API changes (if any)
  • Database / schema / migration impact (if any)

Type

  • Feature
  • Bugfix
  • Docs
  • Refactor
  • Tests
  • Performance
  • Build / CI / Config

Implementation

Describe the approach taken, key design decisions, and why.


Testing & QA

  • Units / integration tests added: describe coverage and important test cases
  • Manual / exploratory test steps for QA
  • CI matrix: platforms/versions validated

Migration / Rollout Plan

  • Data migrations and downtime expectations
  • Backwards compatibility notes
  • Feature flags and staged rollout instructions

Security / Privacy Considerations

List any security implications, new secrets, or compliance-related items.


Performance Impact

Any benchmark results or expected performance regressions/improvements.


Release Notes (for changelog)

One-line summary suitable for release notes / CHANGELOG.


Checklist (required)

  • Linked issue or ticket present (link: )
  • Target branch is correct
  • PR description explains the why, not just the what
  • Code compiles and tests pass locally
  • Unit and integration tests added where applicable
  • Documentation updated (README, docs site, comments)
  • CHANGELOG.md (or repo-specific changelog) updated with an entry
  • package.json / package version updated if publishing a release
  • No secrets or credentials committed
  • Security review completed if required
  • Performance benchmarks included if applicable
  • Migration steps included if applicable

Reviewer Guidance

List the specific areas you want reviewers to focus on (e.g., security, migration, public API, edge cases). Provide commands or steps to run the project locally to validate the change:

# checkout PR branch
git checkout $BRANCH
# run tests
npm ci && npm test
# run lint
npm run lint

Acceptance Criteria

Define the minimal conditions that must be true for this PR to be merged (e.g., tests pass, performance threshold met, migration completed).


Approvals

  • At least one approving review from code owners
  • CI status checks are green
  • Any required manual QA sign-off

varsha766 and others added 30 commits April 13, 2026 09:21
* fixed database deletion issue

* code prettified
* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo
* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>
* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service
- Fixed issue of giving same access to the user even if they already have that
- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch
* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>
* fixed remove authenticator api

* deleting linked service for admin role

* code prettified

* added change log

* Added support for storing username during email OTP

* fix: refresh tenant permission cache when role access changes

* updated name of the supported services

* fixed dto validation issue

* removed unused parameter from remove mfa dto

* Add/logger (#157)

* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* small fix

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>
* added option for issuing bjj did is selected zk type service

* added api to get list of user accessing particular tennat account

* fixed issue of invitation getting accepted by other user as well

* Add/logger (#157)

* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Fix/delete authenticator (#158)

* fixed remove authenticator api

* deleting linked service for admin role

* code prettified

* added change log

* Added support for storing username during email OTP

* fix: refresh tenant permission cache when role access changes

* updated name of the supported services

* fixed dto validation issue

* removed unused parameter from remove mfa dto

* updated field name

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>
* Added and used new access for kyb token

* Added validation for onboarding id
* added optional query parameter

* handled some edge case

* added access to read company detail for verifier
* Sync master with develop (#160)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

* Add/logger (#154)

* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* fixed remove authenticator api

* fixed remove authenticator api

* deleting linked service for admin role

* code prettified

* added change log

* Added support for storing username during email OTP

* fix: refresh tenant permission cache when role access changes

* updated name of the supported services

* fixed dto validation issue

* removed unused parameter from remove mfa dto

* Add/logger (#157)

* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* small fix

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Feat/new (#156)

* added option for issuing bjj did is selected zk type service

* added api to get list of user accessing particular tennat account

* fixed issue of invitation getting accepted by other user as well

* Add/logger (#157)

* sync develop with master (#152)

* added missing env in yaml files

* removed env variable

* Fix delete app (#140)

* fixed database deletion issue

* code prettified

* allowing super admin to create multiple onboaring detail (#141)

* enbled httpsonly to false in dev mode

* Fix email (#142)

* Add HTML template for re-onboarding request email notification

* fmt

* Update email previews to use external image source for Hypersign logo

* fixed error messages and logs (#146)

* fixed error messages and logs

* fix: removed unused variables

---------

Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Bugfix (#148)

* removed storing token in redis

* adding kyb widget and kyb verfier if kyb is selected as interested service

* chore: remove old workflows and add PR hygiene checks

Co-authored-by: Copilot

* fixed onboarding page bug 

- Fixed issue of giving same access to the user even if they already have that

* fixed onboarding page bug (#151)

* updated packages (#153)

- Update `hypersign-edv-client` and `hs-ssi-sdk` to latest master branch

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* added logger

* code prettified

* added logger

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Fix/delete authenticator (#158)

* fixed remove authenticator api

* deleting linked service for admin role

* code prettified

* added change log

* Added support for storing username during email OTP

* fix: refresh tenant permission cache when role access changes

* updated name of the supported services

* fixed dto validation issue

* removed unused parameter from remove mfa dto

* updated field name

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* updated version

* updated chnage log

* added a gracefull shutdown with exit code 1

* implmented role based access for tennat

* Implement/kyb access grant (#162)

* Added and used new access for kyb token

* Added validation for onboarding id

* updated version

* added optional query parameter (#163)

* added optional query parameter

* handled some edge case

* added access to read company detail for verifier

* updated change log

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>

* Added new access for verifying zkp

* update docker

* fix: docker

* feat: add ZK-proof verification support and onboarding configuration

* fixed redis related bug

---------

Co-authored-by: Pratap Mridha <pratapmridha@gmail.com>
Co-authored-by: vishwas1 <vishwasanand.cse@gmail.com>
@varsha766
varsha766 requested a review from Pratap2018 July 14, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants