feat: v0.3.6 — PN532 working, badge read, access control loop operational
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user