diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-15 17:32:37 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-15 17:32:37 +0300 |
commit | 29dce80de9267a4886c6a598ec90756995821828 (patch) | |
tree | 82410f7d457829a246fdf153c7ef51caec8ca86a /config | |
parent | 52d3bfcecc2cfbaed8e65728124477131bc0d233 (diff) | |
download | which-api-29dce80de9267a4886c6a598ec90756995821828.tar.gz |
fix: add user field to token response
Diffstat (limited to 'config')
-rw-r--r-- | config/default.json | 1 |
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" |