Sukant Gujar
Sukant Gujar
**Is your feature request related to a problem? Please describe.** Aside from serving as an archival process, soft-deletion also helps perform a recovery of the deleted data. Would an update...
**Is your feature request related to a problem? Please describe.** For integration with upstream/downstream systems, a model's `OPTIONS` endpoint might need to be customized, say to allow a different CORS...
**Is your feature request related to a problem? Please describe.** Loopback provides a rich plugin framework, resulting in cherry picked enhancements to the core offering. If rest-hapi has a similar...
**Is your feature request related to a problem? Please describe.** Support for managing binary content via GridFS should be available in rest-hapi, much like the [Storage component](https://loopback.io/doc/en/lb2/Storage-component.html) in Loopback. **Describe...
I recently upgraded to NodeJS 6.1.0, npm 3.8.6. Now Superlogin APIs result in this deprecation warning - `(node:11324) DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest`
So, during app life-cycle, design docs may be added/edited against private and shared DBs. Is there a mechanism in SL right now which can automatically update them into the existing...
Hi, From the current documentation in the readme, and looking into the code, I think the privateDBs are not restricted to just the user_ids they are based on. E.g. If...
Hi, I am planning to try out Superlogin for my React based application. However, the client library is only available in Angular flavor. I was wondering if you would be...
Hi, One of our packages exports a React Component in two modes... as an ordinary React Component for usage in a React application, and as an injectable script in non-React...
Please add a `getUserDB(user_id, dbName, type)` method which returns a PouchDB instance with admin access. This will allow the server API to easily manipulate the user DB with admin privileges....