auth log more fields

This commit is contained in:
Yuri Kuznetsov
2024-01-25 16:21:39 +02:00
parent 52c34b6d35
commit 3f27256589
3 changed files with 9 additions and 5 deletions
@@ -1,9 +1,12 @@
[
"username",
"user",
"ipAddress",
"authenticationMethod",
"createdAt",
"portal",
"requestUrl",
"denialReason"
"denialReason",
"isDenied",
"authTokenIsActive"
]
@@ -1,7 +1,9 @@
[
{"name":"username"},
{"name":"isDenied", "widthPx": 100},
{"name":"ipAddress", "width": 15},
{"name":"ipAddress", "width": 14},
{"name":"denialReason", "width": 22},
{"name":"createdAt", "width": 15}
{"name":"user", "width": 16},
{"name":"createdAt", "width": 14}
]
@@ -72,8 +72,7 @@
"links": {
"user": {
"type": "belongsTo",
"entity": "User",
"noJoin": true
"entity": "User"
},
"portal": {
"type": "belongsTo",