You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In O-auth login route, I could see that the Mongo DB was checked against a user name existing in the DB as returned from Google Servers. Does this not allow any user to create an email ID with the same name as an existing user and gain access into their accounts? Would email be a better parameter to check against?
The text was updated successfully, but these errors were encountered:
Hey @god-s-perfect-idiot, this project is not being updated any further at the moment sadly. I myself am working on a replacement in typescript and graphql with a lot more security but I won't be looking into fixing this issue. If you would like you could make a pull request which I would be happy to look over :)
In O-auth login route, I could see that the Mongo DB was checked against a user name existing in the DB as returned from Google Servers. Does this not allow any user to create an email ID with the same name as an existing user and gain access into their accounts? Would email be a better parameter to check against?
The text was updated successfully, but these errors were encountered: