Duskt / Duskt/tbsp

User ID

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Each user needs a unique user ID value to put into the database. This value needs to be:

- assigned to a user on account creation (or to guest if signed in as guest?) (done by the database);
- retrieved from the database as the user logs in;
- either we assign the ID to the client - so that when a message is sent, the user ID is sent with it - or we assign this ID to the web socket connection - if that's possible then we don't have to send over the user ID as it will be stored on the server.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.