Bug Fixes
- Blockchain Integrity: Fixed blockchain hash determinism issue by refactoring UserName field from nullable pointer to string type. This ensures consistent hash calculation across signatures and prevents chain
integrity violations. - Database Operations: Properly handle NULL UserName values in database operations to prevent runtime errors.
Refactoring
- Separated template variables from locale strings for better maintainability and i18n support.
Documentation
- Fixed ED25519 private key generation syntax in documentation.
- Updated docker-compose.yml example to reflect required custom OIDC provider configuration.