HMAC token with React.JS app?

How do I securely implement HMAC tokens with my React.JS app? Any secret I load on my client will not be secure, so how do I securely generate a HMAC token on my client?

I’m looking to secure access to my public API endpoints (that don’t require authentication to access) that have been attacked a number of times in the past few days.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.