blob: 141bf4cc63558bf85fe43c5ce318721fedbe4ef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"authentication": {
"secret": "2JtbBy2ycQ1V3kQfPcSgXYmFsB7",
"service": "users",
"authStrategies": [
"jwt",
"local"
],
"local": {
"usernameField": "name",
"passwordField": "password"
}
}
}
|