v0.2.0-rc1
Pre-release
Pre-release
KYC verifier v0.2.0-rc, beta release of TF KYC Verifier.
This API is still in its early development stages.
This Version includes:
- A new
version
endpoint to return the internal service version - New
configs
endpoints to display public configuration details - A fix for the
health
endpoint response to ensure JSON is returned under the result key, consistent with other endpoints - Configurable limiter middlewares, allowing them to be disabled as needed by setting
*_LIMITER_MAX_TOKEN_REQUESTS
to 0 - Config validation checks at server startup
- Safer logging to redact secrets
- Additional refactoring