platform
platform copied to clipboard
Open source, Open standards based Decentralised Identity & Verifiable Credentials Platform
### Summary - Convert logger to lib
This PR improves error handling by replacing `findFirstOrThrow` with `findFirst` and adding explicit null checks across the codebase.
## Prerequisites - [ ] Familiarity with current logging standards and patterns used across the platform - [ ] Understanding of key service workflows and request/response lifecycles --- ## Summary...
## Summary by CodeRabbit * **New Features** * Introduced a robust environment variable validation system, ensuring all configuration parameters are strictly checked before application startup. * Added new utility functions...
## What - Support SSO - Ability to switch between client based on clientAlias instead of
### What? - Added additional fields in login API response
Refactored code to improve handling of optional parameters by replacing ApiProperty with ApiPropertyOptional where applicable. This ensures better clarity and proper validation of optional fields.
API testing on the following endpoints related to schema creation and credential issuance: - [x] POST/v1/orgs/{orgId}/schemas (Create and register various types of schemas.) - [x] POST/v1/orgs/{orgId}/credentials/bulk/template (Download csv template for...