Is captacha verification available in vFlow

There is one of our client requirement, in which they needs captcha verification at login screen. Is this feasible right-now ?

Hi @Nikhil.Dhanda
you can implement simple image biased captcha in vflow in which you have to look at the image and write the text shown in the image.
this can be done using the Captcha API available in the Vahana hub.
it would be a 2 step process.

  1. you have to call the first api to fetch the image and its corresponding UUID
  2. use the 2nd API to send the then input from the user for the image along with the UUID
2 Likes

Thanks, can you please tell where and how the small captcha image can be shown on the front end.