ChristianPayne / ennesults-rs

0 stars 0 forks source link

Add an id for each user we encounter #11

Closed ChristianPayne closed 1 month ago

ChristianPayne commented 1 month ago

Each user having an id would be a good way to figure out who they are and pass a copyable id around the app's backend.

ChristianPayne commented 1 month ago

There is some logic in there already but I realized we can just use the Twitch ID that is given to us per user. No need to keep track of state ourselves.

ChristianPayne commented 1 month ago

Saving info on user to a file now. This includes the ID that is sent from twitch.