Data sanitisation #1962
Answered
by
steve-chavez
eincandela
asked this question in
Q&A
-
Hello, i'm a newbie on this great project and i cannot find how to, if possible, validate/filter/sanitize incoming inputs (like email, range of values for numbers, etc) like we do in a classic rest api. |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
Sep 25, 2021
Replies: 1 comment
-
Hey @eincandela, Validation is done through check constraints, check this tutorial for how to use them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steve-chavez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @eincandela,
Validation is done through check constraints, check this tutorial for how to use them.