Add input validation
Input validation uses Malli coercion. Sadly enough, email is validated with a regexp.
This commit is contained in:
@@ -27,3 +27,5 @@ The following links proved more than useful when working on this assignment:
|
||||
|
||||
* <https://practical.li/clojure-web-services/building-api/>
|
||||
* <https://github.com/metosin/reitit/blob/master/doc/ring/content_negotiation.md>
|
||||
* <https://ostash.dev/posts/2021-08-22-data-validation-in-clojure/>
|
||||
* <https://clojurecivitas.github.io/malli/elements_of_malli.html>
|
||||
|
||||
Reference in New Issue
Block a user