WaspW
Wasp17mo ago
JakeLoew

find-or-create with social login -- SaaS template

Using the SaaS template, is there a way to get a sort of find-or-create behavior from social login? Take this case, for example: I go to /signup and signup with GitHub. I have an email jake@gmail.com. If I try to go to /login and log in with google, the existing user should be found and logged in, no? What I’m seeing is that I get an error: “Save failed: user with the same identity already exists.

Wasp v0.14.0
Was this page helpful?