Implementing authentication system in jitsi meet using prosody

I have installed jitsi meet on ubuntu 18. I want to implement registration system in jitsi meet. I have successfully implemented authentication for creating rooms using jicofo, but I have to register new user using the prosody command. I want new visitors to register/signup their account themselves. User will receive email to confirm their account. Then they can login using their credentials.

If it is not possible, then please suggest me something. I just want users to first register and then use the service. Signup form will have Name, email, password fields.