-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement RFID Auth #5
Comments
Do we have appropriate RFID reader/write hardware? IIRC I left mine for exactly that purpose? |
Yep, we still have the hardware. I was basically not able to properly use pynfc or nfcpy and failed getting the connection to the device. Being desperate, I was trying to recompile the binary blob that was used in the past at k4cg/matomat using libnfc from the debian repos and later doing an exec to this. But same here, failed with build errors. Would need some help here. However, implementation of the Auth would be different. A sketch was already done here: https://github.com/k4cg/matomat-service#what-about-rfidnfc-chip-based-login |
Yes I read the part about auth in server, sounds nice! Somebody on the mailinglist was volunteering to get this working for CCCamp. |
Seems like @chca42 is working on it ;) |
Yes, I'm currently working on this with good progress ;-) |
I have not seen the feature in action, but what is the state of this issue? |
NFC Auth is now implemented and deployed on matomat. |
Write Bearer Token from backend to RFID Card
Needed:
The text was updated successfully, but these errors were encountered: