Create unique IDs for devices and users
Closed this issue · 2 comments
dbudwin commented
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.