Hide API keys
Hey Folks! What's the best solution to hide private API keys in Webflow?
10 Replies
I’d recommend using Make (no code) or a Cloudflare worker (code) as a middleware. Logic can work too but I probably wouldn’t recommend or use in a client site because it can break when staging and prod get out of sync.
Thanks @Anish !!
Thanks @Web Bae. Any tutorial for Webflow<>Make integration?
Hey @Anish I don't think I have one yet
How would you do that with Make? Like a public/private key thing? New to Make...
@bonsak when you add your widgets in make, from what I recall, it will ask for an API key.
It might help me to have an example. @Anish @bonsak what would you like to accomplish with Make?
Thanks. Hiding api key when calling external REST api from the client.
Its in the Create Connection Screen:
Right. For example - what API are you calling?
I'm seeking the same thing