Skip to content

Backend Service v1.0.1

Latest

Choose a tag to compare

@infamousjoeg infamousjoeg released this 03 Sep 01:56

Backend Service v1.0.1

Bug Fixes

  • Fixed quantum-safe authentication: Resolved public key deserialization issues that caused authentication failures when validating requests from Gateway Service

Technical Details

  • Updated to use shared DeserializePublicKeyFromJSON utility for consistent key parsing
  • Enhanced support for multiple public key formats (base64, JSON arrays, direct bytes)
  • Improved error handling and logging for public key operations

Impact

  • More reliable authentication flow between Gateway and Backend services
  • Consistent public key parsing across all services
  • Enhanced debugging capabilities with better error messages

Fixes authentication deserialization issues for improved service-to-service communication.