After the signup in Universal login can I perform any JavaScript operation before redirecting?

Question:

We use the Universal Login and webAuth.redirect.signupAndLogin when a user signs up.

After the signup, can I perform any JavaScript operation before redirecting?

Specifically, we want to show the user a popup or something like that on the Universal Login that says “You’ve sent your Verification Email”.

Answer:

It is possible to implement this with the webAuth.signup API.

You may find a sample Universal Login page with this API used here.

Supporting Documentation:

Documentation: Auth0.js

Thanks for sharing it with the rest of community @Saltuk!