feat: v0.3.6 — PN532 working, badge read, access control loop operational

This commit is contained in:
2026-06-07 16:51:20 +02:00
parent 1115402b52
commit 6d1d550074

View File

@@ -123,8 +123,9 @@ class IdentityIoT:
raise Exception('verify_signature failed: ' + str(resp))
token = resp.get('token', '')
if token:
self._save_jwt(token)
# JWT not cached — fresh challenge/verify every time
# if token:
# self._save_jwt(token)
return token
def get_node_uid(self):