Show HN: static-json-db, The Native Jamstack Databasegithub.com/jlxw 9 pointsjasonlingx6 years ago2 commentsSaveHideCopy link On HNComments−codingdave6yHow do you secure your data? If you can update it client-side, what stops people from writing their own scripts in the browser console to arbitrarily re-write your data?−jasonlingxOP6yBrowsers can’t write, only read. So you would need another way to get client input into the db if that is the requirement.
Comments
How do you secure your data? If you can update it client-side, what stops people from writing their own scripts in the browser console to arbitrarily re-write your data?
Browsers can’t write, only read. So you would need another way to get client input into the db if that is the requirement.