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.