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

Device public key uniqueness should be enforced at the database level #657

Open
t-aleksander opened this issue Jul 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@t-aleksander
Copy link
Contributor

Describe the bug
In the current implementation, uniqueness of the public keys of devices is enforced only at the backend level. A UNIQUE constraint should be added along with a migration which purges already present duplicate keys from the database.

@t-aleksander t-aleksander added the bug Something isn't working label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Refined & Ready
Development

No branches or pull requests

1 participant