From 29dce80de9267a4886c6a598ec90756995821828 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 15 Jun 2020 17:32:37 +0300 Subject: fix: add user field to token response --- config/default.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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" -- cgit v1.2.3