platform
platform copied to clipboard
Open source, Open standards based Decentralised Identity & Verifiable Credentials Platform
### Acceptance Criteria - [ ] Issuers associated with the organization should receive an email notification when the organization owner deletes the organization - [ ] When the organization owner...
- [x] Create and migrate table for user_metadata - [x] Track deleted records in the table store by user for audit purposes. (Connection, Issuance, Verification, Ecosystem, Invitations)
- [ ] Test bulk issuance with postgres cluster in agent database - [ ] Test bulk issuance with postgres cluster in agent database for instance - [ ] End...
- Manage Client ID and Client Secret: - [x] Store and manage the Client ID and Client Secret within the user table. - UI Redirection Based on Client ID: -...
### What ### - Added a shell script to automate the spinup process for the agent in the Farget. ### Why ### - To streamline the deployment process of the...
- [x] Deploy the contract and release all the packages - [x] Test the flow with mainnet contract - [x] Deploy the contract and release all the packages with the...
This involves updating the platform to support updated credo-controller (without a separate endpoint for tenants) **Note**: We must change agent endpoints and other dependent logic based in platform based upon...
**Description** Implement a feature to support the deletion of an organization. When an organization is deleted, all associated users should be deleted first, followed by the deletion of the organization...
**Description** This pull request tests the integration process for changes made in a private repository forked from the public repository. The workflow involves syncing changes from the private fork `ngotag-platform-private`...
### What ### - Multer file interceptor configuration - Made cache ttl configurable - Added varible in env for cache ttl setup ### Why ### - Implementing these changes will...