Actions
Task #1619
openEpic #1602: Auth and Security API Integration
User Story #1618: Security API Integration
Implement RSA Header Generation and Centralize Auth Header Builder
Start date:
04/13/2026
Due date:
% Done:
0%
Estimated time:
Description
Required Headers
Content-Type: application/json
x-app-payload
x-app-signature
x-app-version
x-platform
Purpose
Generate secure request metadata and sign payload before calling protected endpoints.
Avoid duplicate logic by centralizing generation of:
public headers
secured headers
optional user-auth heade
Acceptance Criteria
Payload string is generated in required backend format
RSA signature is created correctly for every secured request
Headers are attached to all required auth endpoints
Platform and app version are sent correctly
Security implementation is reusable across APIs
Actions