Unable to fetch USER_ID from "request_history" metadata API? Requirement for HIPAA.

Within the Xano app, the API request history nicely shows the "AUTH" as a "USER_ID," which is required for HIPAA audit trail.

Because this info needs to be preserved for 6 years for HIPAA compliance, I am using the metadata API to fetch this info and store in a table. Everything went smoothly, except that the AUTH only returns the Xano JWE token that cannot be decrypted to fetch the "USER_ID" for the "requested_by" column of my table.

Is there any other way to fetch the USER_ID from the "request_history" metadata API? I do not want to create my own JWE token as the entire app has already been built and this would be a significant undertaking.

2 replies