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

Verifying Access list on device #84

Open
dfirebaugh opened this issue May 20, 2021 · 1 comment
Open

Verifying Access list on device #84

dfirebaugh opened this issue May 20, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dfirebaugh
Copy link
Member

Currently if we want to revoke someones access, we have to tell the rfid device to remove everyone and then add everyone back.

This is not ideal because we have no verification that the rfid device received everyone.

We had a good system that verified that the access list on the rfid matched what we had in the DB. However, we switched to using esp-rfid and we no longer have this.

In the previous verification process, the rfid device would hash the list of rfid UIDs that have access and the server would verify that this hash was correct. If incorrect, the server would send an update to the rfid device.

@dfirebaugh dfirebaugh added enhancement New feature or request help wanted Extra attention is needed labels May 20, 2021
@pacna pacna assigned pacna and unassigned pacna Jun 27, 2021
@Athulus Athulus assigned Athulus and unassigned Athulus Jun 29, 2021
@dfirebaugh
Copy link
Member Author

@Athulus i discovered that you can actually compile the esp-rfid repo, you just have delete the Time dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants