Attribute token.enabled is timestamp, not boolean

This commit is contained in:
2021-04-04 11:51:11 +00:00
parent bca9264ce9
commit 9bde906929
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
# Backgruond
This component serves allowed list of keyfob UID hashes from MongoDB and
pushes open door commands to door controllers.
# Testing endpoints
```
source .env
curl -f http://doorboy.infra.k-space.ee:5000/allowed -H "KEY: $DOORBOY_SECRET" | md5sum
```
# Deploying
```