speezepearson / biatob

1 stars 0 forks source link

identify users with usernames #6

Closed speezepearson closed 3 years ago

speezepearson commented 3 years ago

Currently, users are uniquely identified by UserIds:

### message UserId {
  oneof kind {
    string username = 1;
    // string oauth_google_acct = 2;
    // string oauth_facebook_acct = 3;
  }
}

This produces a couple of complications:

So, instead, let's say that every user has a unique username.