Google auth issue

Options

Hi there!

My users registered with Gmail email. The user.google_oauth.id value is empty, but the email was used for registration. I want to allow those users who used gmail mail without google auth to login with it. When I tested Xano Google auth APIs I got error "Duplicate record detected. Please check your input and try again."

How can i do this?

Tagged:

Best Answer

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Answer ✓
    Options

    Hi @George - you would need to implement logic that essentially checks for the existence of the user based on that email - if it exists then edit that record with the google oauth object information. If not then add the record. The Add or Edit record functionality might come in handy in this specific case

Answers