How to verify a user's domain ownership?

I need to implement a solution that allows me to guarantee that the user is the owner of a domain. Is there any plugin for this already or an idea of how this could be implemented? I’ve tried researching a bit about possible services for this to which I could connect my app to, but so far no luck.

1 Like

Hey @pedromarzagao

The way I see it, you would need to generate a random string and ask the User to add it as a TXT record in his DNS settings.
You would thereafter use an domain lookup API service like this one to check if the TXT records include the generated value.

Hope that helps!
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

2 Likes

I believe it does! Thanks a lot!

1 Like