Storing Zoom secret key for a react web application?

What is the best way to store the Zoom Secret Key for a react web application? Environment variables are embedded into the code at build time and as such would be visible to anyone who cared to go through the code. Thanks

Hey @brookek,

Please see our guide here for generating the Web SDK signature on the server side, so that your Secret Key is not exposed on the client side:

Thanks,
Tommy

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