This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Asynchronous Validation
In this lesson, we'll learn how to create custom asynchronous vuelidate validators. Asynchronous validators are necessary when you need to check your database or an API to know if the input is valid or not.
In this specific case, we'll check if a GitHub user exists by using their API and axios.