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
Yes. We could try to look for an existing user before the actual signUp request. But this would mean that we have two queries which have to be performed whenever a user wants to sign up.
Not sure if SecondaryIndexes could also be used to do a ConditionExpression. This way we could get rid of the two queries approach.
Right now two users with the same username and E-Mail can co-exists. This should not be possible!
The text was updated successfully, but these errors were encountered: