dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

[WIP] Validate plugin #71

Closed eliasmalik closed 7 years ago

eliasmalik commented 7 years ago

Split off validation functionality into its own plugin

Decorate the server object with an abaseValidate function which takes the schema and requested fields

See the tests for usage.

Based on ideas from #50. @jrans feel free to use or throw away.