Once the User is replaced with StormpathUser and the respected datasource replacedwith stormpath entry defined as
"stormpath": {
"name": "stormpath",
"connector": "stormpath",
"apiKeyId": "xxx",
"apiKeySecret": "xxx",
"applicationHref": "https://api.stormpath.com/v1/applications/xxx"
}
what about the other objects in the model-config.json file:
"AccessToken": {
"dataSource": "db",
"public": false
},
"ACL": {
"dataSource": "db",
"public": false
},
"RoleMapping": {
"dataSource": "db",
"public": false
},
"Role": {
"dataSource": "db",
"public": false
},
All of these are normally used by LoopBack's own "security layer" and should most likely be removed
True? - or the interface is not yet complete to the level that this can be done?
Once the User is replaced with StormpathUser and the respected datasource replacedwith
stormpathentry defined aswhat about the other objects in the
model-config.jsonfile:All of these are normally used by LoopBack's own "security layer" and should most likely be removed
True? - or the interface is not yet complete to the level that this can be done?