i3detroit / mqtt_door

Bespoke MQTT-based RFID/PIN door controller
MIT License
0 stars 1 forks source link

Store user records locally #1

Open agmlego opened 4 years ago

agmlego commented 4 years ago

esp-rfid does this nicely as JSON files in SPIFFS. However, SPIFFS is deprecated, so use something else.

Record should be saved with key serial as filename, with fields:

agmlego commented 4 years ago

Probably should look at hashing PINs too.