How to capture firstname and lastname in universal login (google) if I have custom login page

I have one custom login page where I have implemented the custom login page. Now whenever user signs up using universal login I want to capture their first name and last name from google and store it in Auth0 metadata. Please let me know how do I achieve it.

Hi @akshay2,

You can use a Redirect with Actions to collection additional data from the user after login.

Hope this helps!