associate the user id with the session

This commit is contained in:
Asim Aslam
2021-08-16 15:55:36 +01:00
parent fe3fb4f84a
commit c76eba1d75
3 changed files with 173 additions and 149 deletions

View File

@@ -37,6 +37,8 @@ message Account {
message Session {
// the session id
string id = 1;
// the associated user id
string userId = 2;
// unix timestamp
int64 created = 4;
// unix timestamp