Auth middleware polish

This commit is contained in:
MrFry 2020-04-06 22:28:14 +02:00
parent 81db237b48
commit 5f0b17a0db
5 changed files with 68 additions and 29 deletions

View file

@ -17,6 +17,12 @@
},
"loginCount": {
"type": "number"
},
"lastLogin": {
"type": "text"
},
"lastAccess": {
"type": "text"
}
}
},