dbudwin/RoboHome-Web

Create unique IDs for devices and users

Closed this issue · 2 comments

It's not preferable to pass basic integers that correspond to the table's auto-increment PK to control which devices to get/edit/delete. Using a unique identifier like a UUID would be preferable and more secure. A new column will need to be added to the tables to support this.

The first half of this, for user ID's is implemented in #144.

The second half of this, for device ID's is implemented in #145.