platform
platform copied to clipboard
Open source, Open standards based Decentralised Identity & Verifiable Credentials Platform
- [x] Organization should be able to create `clientId` & `clientSecret`. - [x] Create POST API for `clientId` & `clientSecret` - [x] GET API for `clientId` & `clientSecret` - [x]...
- API routes should be self-explanatory & aligned with functionality. - Change Promise to an interface. - Refactor responses (Only necessary fields should populate in response). - Check status codes...
- [x] Create a `platform_admin` role in the table - [ ] Create a CLI script to get platform admin details and store in the DB
- Create a model for ecosystem configurations
### What ### Refactored the configuration process for the on-premises agent. ### Why ### Improved and added the .educreds folder for the store configuration ### How ### - Reorganized configuration...
### What? - Implemented validate schema URL attributes functionality during issuance by connection ID. - Implemented validate schema URL attributes functionality during out-of-band issuance. - Implemented validate schema URL attributes...
- [x] Implement W3C schema list for download template - [x] Download CSV template based on W3C schema - [x] Implement file upload for W3C CSV - [x] Add logic...