I am building a marketplace website where guest users can view the content without logged in. The content is pulled from Xano with get API request.
In this case, should I use the API key for each API endpoint to make sure of the security?
Does anybody know what would be best way to store this API key in weweb?
I would appreciate if there are other security measures I should put in place too!