DEV Community

Discussion on: Protecting API keys with Serverless Functions

Collapse
 
tanghoong profile image
tanghoong

Awesome sharing. Does the method suitable for production use?
If would like to passing JWT for basic auth, just append on request endpoint?

 axios.get(`{$url}?auth={$jwt}`)