aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-15 17:32:37 +0300
committereug-vs <eug-vs@keemail.me>2020-06-15 17:32:37 +0300
commit29dce80de9267a4886c6a598ec90756995821828 (patch)
tree82410f7d457829a246fdf153c7ef51caec8ca86a /config
parent52d3bfcecc2cfbaed8e65728124477131bc0d233 (diff)
downloadwhich-api-29dce80de9267a4886c6a598ec90756995821828.tar.gz
fix: add user field to token response
Diffstat (limited to 'config')
-rw-r--r--config/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index 141bf4c..e112f3e 100644
--- a/config/default.json
+++ b/config/default.json
@@ -2,6 +2,7 @@
"authentication": {
"secret": "2JtbBy2ycQ1V3kQfPcSgXYmFsB7",
"service": "users",
+ "entity": "user",
"authStrategies": [
"jwt",
"local"