You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the use of MongoDB in a lot of nodejs applications, a string hex validator would be really useful. This would allow an application to validate a mongo id w/o having to call the db with Joi.string().length(24).hex()