Skip to content

Instantly share code, notes, and snippets.

@leoneparise
Created March 7, 2017 15:28
Show Gist options
  • Save leoneparise/7c6fa86430f2a520d4b92316cdc04676 to your computer and use it in GitHub Desktop.
Save leoneparise/7c6fa86430f2a520d4b92316cdc04676 to your computer and use it in GitHub Desktop.
module.exports = {
body: {
email: Joi.string().email().required(),
password: Joi.string().regex(/[a-zA-Z0-9]{3,30}/).required()
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment