Relative Content

Tag Archive for node.jsexpressapibackendsupabase

How do i properly hide supabase secret key in the backend?

I found little to no information about this and I don’t know where to ask. How do I initiate a BaaS (Backend as a Service) client? For example, I’ve been using Supabase, and I’ve already implemented about 80% of my website using the BaaS client on my app’s front end. This has turned out to be a challenge because now I have to migrate all the functions to the backend, which is built with Express.js.