Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create unique IDs for devices and users #2

Closed
dbudwin opened this issue Oct 1, 2016 · 2 comments
Closed

Create unique IDs for devices and users #2

dbudwin opened this issue Oct 1, 2016 · 2 comments

Comments

@dbudwin
Copy link
Owner

dbudwin commented Oct 1, 2016

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.

@dbudwin
Copy link
Owner Author

dbudwin commented May 15, 2018

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

@dbudwin dbudwin moved this from To-Do to In Progress in RoboHome May 15, 2018
@dbudwin
Copy link
Owner Author

dbudwin commented May 26, 2018

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

@dbudwin dbudwin moved this from In Progress to Test in RoboHome May 28, 2018
@dbudwin dbudwin moved this from Test to Release in RoboHome May 28, 2018
@dbudwin dbudwin closed this as completed May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
RoboHome
Release
Development

No branches or pull requests

1 participant