SomethingGeneric / GooberEats

Minimal calore tracking solution
MIT License
0 stars 1 forks source link

Frontend: UI/code for setting user ID string #4

Closed SomethingGeneric closed 2 days ago

SomethingGeneric commented 2 days ago

user string should be stored by the app, until/when the user resets it.

ideally, the user doesn't get to choose their string, they only have the option to hit 'reset' so they get assigned a new one.

probably a base64 string at least 64 chars? (mostly because I can't be assed to fight enumeration attacks, so let's at least make it a PITA to do)

SomethingGeneric commented 2 days ago

closed by fdb8162..14cf070