|
|
|
|
|
by garbados
4613 days ago
|
|
Aye, which is why putting your administrative credentials in client-side JavaScript is an unspeakably bad idea. Instead, serve {client,user}-specific keys from the server on request, or let the user generate them through a signin process in the frontend, say by using the _users database that CouchDB and Cloudant allow. |
|