GuillaumeCz / sylow

Efficient, simple, encrypted personal data store and sharing system.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Validate document data objects on submission #7

Open GuillaumeCz opened 6 years ago

GuillaumeCz commented 6 years ago

From @peakwinter on May 22, 2017 17:40

The server should verify that a client is sending it a valid document using the embedded JSON Schema before it saves it or performs other actions on it. To do so:

Copied from original issue: SylowTech/sylow#13

GuillaumeCz commented 6 years ago

Do you mean that we may use the "Asynchronous validation" in order to do remote validation ?

GuillaumeCz commented 6 years ago

From @peakwinter on June 1, 2017 13:39

@GuillaumeCz Correct :) I haven't yet finished setting up the server that hosts the schema, so this might not work yet.