Skip to Main Content
Status Backlog
Created by Guest
Created on Jan 8, 2024

Auto-generate user hash from verification secret

Problem
Developers must manually compute the user hash using HMAC-SHA256, adding complexity to the integration process.

Request
Expose an API endpoint that automatically generates the user hash when the verification secret is passed in, simplifying developer integration.

  • Attach files