StrongLoop is an API tier for connecting enterprise data to devices and browsers.
I am trying to connect to a database that I have hosted at MLab. I am using the StrongLoop API. …
node.js mongodb strongloopI would like to know if there is a way to returns a specific HTTP status code from within a …
loopbackjs strongloopWe have many REST services within our infrastructure and these are built using different technologies(Java, Go, Ruby, NodeJS) but …
node.js security rest wso2 strongloopI'm creating rest api backed by PostgreSQL. I like Strongloop Loopback framework, it streamlines api development. But how its built-in …
sequelize.js loopbackjs strongloopI am trying to implement the change password feature with Loopback's built-in method, It works fine, but it doesn't update …
javascript node.js loopbackjs strongloopI have an issue where when I pass two object types as a remote method argument, the first argument gets …
object arguments loopbackjs overwrite strongloopI have developed a Loopback API and would like to deploy it to a test instance (Heroku or Digital Ocean, …
node.js heroku loopbackjs strongloopI'm using LoopBack ver. 1.6 and have a local mongoDB server running for development using he following datasource configuration: "mongodb": { "defaultForType": "…
javascript mongodb heroku loopbackjs strongloopI have renamed a number of models and tables in my loopback application, however I must now migrate to this …
loopbackjs strongloop loopbackHow to create a permanent access token for a StrongLoop API. Now for every user login it creates an access …
access-token loopbackjs strongloop