mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
associate the user id with the session
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user